Browse Source

规划选址微调

lkk 11 months ago
parent
commit
0bd5f61096

+ 4 - 4
src/components/mapView/range.vue

@@ -31,9 +31,9 @@
         >
       </el-upload>
       <!-- <div class="clear" @click="clearAll">清除</div> -->
-      <el-button size="mini" @click="clearAll"
-          >清除</el-button>
-      
+      <div>
+        <el-button size="mini" @click="clearAll">清除</el-button>
+      </div>
     </div>
   </div>
 </template>
@@ -359,7 +359,7 @@ export default {
       border-radius: 0;
       color: #fff;
       width: 60px;
-      height: 32px;
+      height: 26px;
       font-size: 14px;
       // line-height: 32px;
       // text-align: center;

+ 2 - 2
src/views/complianceAnalysis/components/hgxsc.vue

@@ -284,10 +284,10 @@ export default {
   }
 }
 /deep/ .el-input .el-input--mini .el-input--suffix {
-  width: 278px !important;
+  width: 100%;
 }
 /deep/ .el-select {
-  width: 278px !important;
+  width: 100%;
 }
 /deep/ .el-form-item__error {
   top: 32px !important;

+ 2 - 8
src/views/complianceAnalysis/ghzc.scss

@@ -87,6 +87,7 @@
 
             .el-tab-pane {
                 height: 100%;
+                overflow: hidden;
             }
         }
 
@@ -238,16 +239,12 @@
 .site-title {
     width: 100%;
     height: 40px;
-    // background-color: rgba(255, 192, 203, 0.425);
     color: #fff;
     font-weight: 400;
     font-size: 16px;
-    // padding-left: 10px;
     border-bottom: 4px solid #0B4072;
     display: flex;
-    // justify-content: flex-start;
     justify-content: space-between;
-
     .siteCon {
         width: 100px;
         display: flex;
@@ -263,10 +260,7 @@
         height: 18px;
         background-image: url("/static/images/ghzc/icon.png");
         background-size: 100% 100%;
-        // position: relative;
-        // top: 10px;
         margin-top: 10px;
-
     }
 
     .el-button--mini {
@@ -275,7 +269,7 @@
         border-radius: 0;
         color: #fff;
         width: 60px;
-        height: 32px;
+        height: 26px;
         font-size: 14px;
         // margin-left: 40px !important;
     }

+ 2 - 2
src/views/siteselection/components/fzxz.vue

@@ -548,10 +548,10 @@ export default {
   }
 }
 /deep/ .el-input .el-input--mini .el-input--suffix {
-  width: 278px !important;
+  width: 100%;
 }
 /deep/ .el-select {
-  width: 278px !important;
+  width: 100%;
 }
 /deep/ .el-form-item__error {
   top: 32px !important;