|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
- <el-button @click="removeTab">移除此证件</el-button>
|
|
|
- <el-button @click="saveFixed">保存此证件</el-button>
|
|
|
- <el-form :model="fixedAssetsCertificate" label-width="auto" style="margin-top: 30px;">
|
|
|
+ <el-button type="text" @click="removeTab">移除此证件</el-button>
|
|
|
+ <el-button type="text" @click="saveFixed">保存此证件</el-button>
|
|
|
+ <el-form :model="fixedAssetsCertificate" label-width="auto" style="margin-top: 30px;">
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="不动产权证书号:" class="form-item">
|
|
@@ -115,4 +115,13 @@ export default{
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-</script>
|
|
|
+</script>
|
|
|
+
|
|
|
+<style scoped>
|
|
|
+:deep(.el-button--text:hover){
|
|
|
+ color:#ff6154;
|
|
|
+}
|
|
|
+:deep(.el-button--text){
|
|
|
+ color:#ff6154;
|
|
|
+}
|
|
|
+</style>
|