wucl пре 7 месеци
родитељ
комит
4b119d795d

+ 1 - 1
src/assets/base.css

@@ -159,7 +159,6 @@ body {
 .form-item {
   .el-input--small {
     font-size: 16px;
-    width: 100%;
   }
   .el-form-item__label {
     width: 21px;
@@ -177,6 +176,7 @@ body {
     color: #040000 !important;
     font-size: 16px;
   }
+  width: 100%;
 
 }
 

+ 13 - 4
src/components/HouseGuarantyForm/fixedAssetsCertificate.vue

@@ -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>

+ 11 - 3
src/components/HouseGuarantyForm/houseOwnNewCertificate.vue

@@ -1,6 +1,6 @@
 <template>
-        <el-button @click="removeTab">移除此证件</el-button>
-        <el-button @click="saveHouseOwn">保存此证件</el-button>
+        <el-button type="text" @click="removeTab">移除此证件</el-button>
+        <el-button type="text" @click="saveHouseOwn">保存此证件</el-button>
  <el-form :model="houseOwnNewCertificate" label-width="auto" style="margin-top: 30px;">
                                 <el-row :gutter="20">
                                     <el-col :span="12">
@@ -99,4 +99,12 @@ export default{
 
     }
 }
-</script>
+</script>
+<style  scoped>
+:deep(.el-button--text:hover){
+    color:#ff6154;
+}
+:deep(.el-button--text){
+    color:#ff6154;
+}
+</style>

+ 11 - 3
src/components/HouseGuarantyForm/houseOwnOldCertificate.vue

@@ -1,6 +1,6 @@
 <template>
-        <el-button @click="removeTab">移除此证件</el-button>
-        <el-button @click="saveHouseOwn">保存此证件</el-button>
+        <el-button type="text" @click="removeTab">移除此证件</el-button>
+        <el-button type="text" @click="saveHouseOwn">保存此证件</el-button>
 <el-form :model="houseOwnOldCertificate" label-width="auto" style="margin-top: 30px;">
                                 <el-row :gutter="20">
                                     <el-col :span="12">
@@ -112,4 +112,12 @@ export default{
 
     }
 }
-</script>
+</script>
+<style  scoped>
+:deep(.el-button--text:hover){
+    color:#ff6154;
+}
+:deep(.el-button--text){
+    color:#ff6154;
+}
+</style>

+ 11 - 3
src/components/HouseGuarantyForm/landUseNewCertificate.vue

@@ -1,6 +1,6 @@
 <template>
-        <el-button @click="removeTab">移除此证件</el-button>
-        <el-button @click="saveLandUse">保存此证件</el-button>
+        <el-button type="text" @click="removeTab">移除此证件</el-button>
+        <el-button type="text" @click="saveLandUse">保存此证件</el-button>
  <el-form :model="landUseNewCertificate" label-width="auto" style="margin-top: 30px;">
                                 <el-row :gutter="20">
                                     <el-col :span="12">
@@ -107,4 +107,12 @@ export default{
 
     }
 }
-</script>
+</script>
+<style  scoped>
+:deep(.el-button--text:hover){
+    color:#ff6154;
+}
+:deep(.el-button--text){
+    color:#ff6154;
+}
+</style>

+ 11 - 3
src/components/HouseGuarantyForm/landUseOldCertificate.vue

@@ -1,6 +1,6 @@
 <template>
-        <el-button @click="removeTab">移除此证件</el-button>
-        <el-button @click="saveLandUse">保存此证件</el-button>
+        <el-button type="text" @click="removeTab">移除此证件</el-button>
+        <el-button type="text" @click="saveLandUse">保存此证件</el-button>
  <el-form :model="landUseOldCertificate" label-width="auto" style="margin-top: 30px;">
                                 <el-row :gutter="20">
                                     <el-col :span="12">
@@ -107,4 +107,12 @@ export default{
 
     }
 }
-</script>
+</script>
+<style  scoped>
+:deep(.el-button--text:hover){
+    color:#ff6154;
+}
+:deep(.el-button--text){
+    color:#ff6154;
+}
+</style>

+ 12 - 6
src/components/SheetView/index.vue

@@ -2,7 +2,7 @@
     <div>
       <input type="file" @change="readExcel" id="upload"/>
       <div v-if="viewExcelData" style="height: 600px; text-align: center;">
-        <el-button type="primary" class="fsbtn" @click="fullScreenDialog = true">全屏预览</el-button>
+        <el-button type="text" class="fsbtn" @click="fullScreenDialog = true">全屏预览</el-button>
         <div style="float: left; height: 600px; margin-top: -60px;">
           <h3>估价结果一览表(预览)</h3>
           <div v-html="viewExcelData"></div>
@@ -107,10 +107,16 @@
   </script>
 
   <style scoped>
-        .fsbtn{
-          position:relative;
-          top: -30px;
-          right: -480px;
-        }
+  .fsbtn{
+    position:relative;
+    top: -30px;
+    right: -480px;
+  }
+  :deep(.el-button--text:hover){
+    color:#ff6154;
+  }
+  :deep(.el-button--text){
+    color:#ff6154;
+  }
 
   </style>

+ 8 - 1
src/views/house/workbench/components/timeline.vue

@@ -6,7 +6,7 @@
             <el-card shadow="never"  @click="goto(p.router)" class="timeline-card report-item">
               <h4>{{ p.name }}</h4>
               <p v-if="p.state" >更新时间:{{ p.updateDate }}</p>
-              <el-button v-if="p.state" @click="openPageoffice(p.docUrl)">文档预览</el-button>
+              <el-button type="text" v-if="p.state" @click="openPageoffice(p.docUrl)">文档预览</el-button>
             </el-card>
           </el-timeline-item>
         </el-timeline>
@@ -88,4 +88,11 @@ export default {
 .timeline-card:hover{
   cursor: pointer;
 }
+
+:deep(.el-button--text:hover){
+    color:#ff6154;
+}
+:deep(.el-button--text){
+    color:#ff6154;
+}
 </style>

Разлика између датотеке није приказан због своје велике величине
+ 407 - 625
src/views/house/workbench/conditions.vue