Pārlūkot izejas kodu

耕地保护辅助研判分析数据

maxiaoxiao 4 mēneši atpakaļ
vecāks
revīzija
cb9483d2d7

+ 1 - 1
src/components/mapView/descriptionsInfo.vue

@@ -36,7 +36,7 @@ export default {
     };
   },
   mounted() {
-    console.log(this.config);
+    // console.log(this.config);
   },
   methods: {},
 };

+ 7 - 4
src/views/farmlandProtection/components/zdyModelPop.vue

@@ -34,7 +34,7 @@
         <el-col :span="11">
           <div class="yztitle">请选择分析数据</div>
           <el-scrollbar class="left-tree">
-            <el-input placeholder="输入查询内容" v-model="filterText" clearable>
+            <el-input size="mini" placeholder="输入查询内容" v-model="filterText" clearable>
             </el-input>
             <el-tree
               :data="options"
@@ -379,7 +379,10 @@ export default {
     margin-top: 10px;
     border: 1px solid #ddd;
     margin-right: 10px;
-    
+    .el-input {
+      width: 80%;
+      max-width: 300px;
+    }
 
     .el-tree {
       margin-top: 10px;
@@ -499,7 +502,7 @@ export default {
 }
 </style>
 <style >
-.el-textarea{
-  width:100%
+.el-textarea {
+  width: 100%;
 }
 </style>