ソースを参照

Update - 云图 企业列表添加背景

yhfu 2 週間 前
コミット
8cec6e4746
1 ファイル変更6 行追加0 行削除
  1. 6 0
      src/views/forest.vue

+ 6 - 0
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'"-->