2 Commits e3b869de65 ... 492c26a85f

Autor SHA1 Mensagem Data
  yhfu 492c26a85f 补丁 4 semanas atrás
  yhfu 8cec6e4746 Update - 云图 企业列表添加背景 4 semanas atrás
1 arquivos alterados com 9 adições e 3 exclusões
  1. 9 3
      src/views/forest.vue

+ 9 - 3
src/views/forest.vue

@@ -11,6 +11,10 @@
         <Notification></Notification>
 
         <!-- 公司列表 -->
+        <dv-border-box-13
+          backgroundColor="rgba(12, 19, 38, .90)"
+          style="padding-bottom: 1rem"
+        >
         <div class="third_contain">
           <!-- 三级搜索框 -->
           <el-input v-model="queryParams.enterpriseName" class="thirdInputModel"  placeholder="按企业名称搜索 " style="color:white" @change="enterpriseList">
@@ -55,6 +59,8 @@
             </el-button>
           </div>
         </div>
+        </dv-border-box-13>
+        
       </div>
       <!-- 地图 -->
       <!--<supermap ref="supermap" style="width: 100%;height: 100vh;" class="indexSupermapClass" :mapDiv="'forestMap'"-->
@@ -959,9 +965,9 @@
   .third_contain{
     overflow: hidden;
     overflow-y: scroll;
-    width: 99%;
+    width: 95%;
     height: 100%;
-    padding-left:10px;
+    padding-left:18px;
     ::v-deep .el-button{
       width: 70px;
       height: 100%;
@@ -1026,7 +1032,7 @@
   }
 
   .thirdInputModel{
-    margin-top: 10px;
+    margin-top: 20px;
     // margin-left: 8%;
     // width: 95%;
   }