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