Commit 8604f964 authored by caicaicai's avatar caicaicai

修改

parent 51dca4f8
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<!-- <div class="carExample" @click="showSpecificInforFn()"> <!-- <div class="carExample" @click="showSpecificInforFn()">
<span class="el-icon-location"></span> <span class="el-icon-location"></span>
</div> --> </div> -->
<div id="centerDiv" class="mapcontainer"> <div id="centerDiv" class="mapcontainer1">
<mars3dViewerMap :url="configUrl" @onload="onMapload"/> <mars3dViewerMap :url="configUrl" @onload="onMapload"/>
</div> </div>
</div> </div>
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,7 @@ export default {
</script> </script>
<style scope> <style scope>
.mapcontainer { .mapcontainer1 {
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
top: 0px; top: 0px;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<!-- <el-button type="primary" plain style="font-size:15px;">显示所有轨迹</el-button> --> <!-- <el-button type="primary" plain style="font-size:15px;">显示所有轨迹</el-button> -->
</el-form> </el-form>
<div id="centerDiv" class="mapcontainer"> <div id="centerDiv" class="mapcontainer2">
<mars3dViewerMap :url="configUrl" @onload="onMapload" ref="mars3dViewerMapMethod" :key="shuaxinTimer"/> <mars3dViewerMap :url="configUrl" @onload="onMapload" ref="mars3dViewerMapMethod" :key="shuaxinTimer"/>
</div> </div>
</div> </div>
...@@ -197,29 +197,14 @@ export default { ...@@ -197,29 +197,14 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scope> <style rel="stylesheet/scss" lang="scss" scope>
.el-table .warning-row {
background: oldlace;
}
.el-table .success-row {
background: #f0f9eb;
}
.device-manage{ .device-manage{
.panel-bottom{ .mapcontainer2{
.btn-groub2{ width: 80vw;
display:inline-block; height: 65.5vh;
.el-button--warning { overflow: hidden;
background-color: #e6a23c;
border-color: #e6a23c;
}
.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;}
}
} }
} }
.mapcontainer{
width: 80vw;
height: 65.5vh;
overflow: hidden;
}
</style> </style>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<el-form-item label="优先级" prop="areapriority"> <el-form-item label="优先级" prop="areapriority">
<el-input-number v-model="form.item.areapriority" :min="1" :max="10" label=""></el-input-number> <el-input-number v-model="form.item.areapriority" :min="1" :max="10" label=""></el-input-number>
</el-form-item> </el-form-item>
<div id="centerDiv" class="mapcontainer" v-show="form.reqType == 'add'"> <div id="centerDiv" class="mapcontainer3" v-show="form.reqType == 'add'">
<mars3dViewerMap :url="configUrl" @onload="onMapload" ref="mars3dViewerMapMethod"/> <mars3dViewerMap :url="configUrl" @onload="onMapload" ref="mars3dViewerMapMethod"/>
</div> </div>
...@@ -708,7 +708,7 @@ export default { ...@@ -708,7 +708,7 @@ export default {
} }
} }
.mapcontainer { .mapcontainer3 {
height: 50vh; height: 50vh;
width: 750px; width: 750px;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment