Commit ce936dcf authored by caicaicai's avatar caicaicai

修改

parent b1f1d06b
......@@ -10,6 +10,9 @@
<!-- <script
src="https://webapi.amap.com/maps?v=1.4.15&key=bfa930cbec820fc1c16f8f54348f98e3&plugin=Map3D,AMap.DistrictSearch,AMap.Geocoder,AMap.GraspRoad,AMap.CircleEditor">
</script> -->
<script>
window.basePathUrl = '<%= BASE_URL %>' //标识config、widgets所在的目录
</script>
<script src="https://webapi.amap.com/maps?v=1.4.15&key=bfa930cbec820fc1c16f8f54348f98e3&plugin=Map3D,AMap.DistrictSearch,AMap.Geocoder,AMap.MouseTool,AMap.Autocomplete,AMap.PlaceSearch"></script>
</head>
......
<template>
<div style="wight:100%;height:100vh;">
<div style="wight:100%;height:100vh;position: absolute;">
<div :id="`mars3d-container${mapKey}`"
:class="['mars3d-container', customClass, { 'mars3d-container-compare-rh' : compare }]"></div>
......@@ -360,6 +360,7 @@ export default {
}
.mars3d-container {
height: 100%;
width: 100vw;
overflow: hidden;
}
......@@ -456,7 +457,8 @@ export default {
left: 0;
right: 40px;
width: auto;
z-index: 9999;
position: absolute;
z-index: 999;
}
.cesium-infoBox-title {
......@@ -472,7 +474,7 @@ export default {
.toolbar-dropdown-menu-div {
background: rgba(43, 44, 47, 0.8);
border: 1px solid #2b2c2f;
z-index: 991;
z-index: 999;
position: absolute;
right: 60px;
bottom: 40px;
......
......@@ -610,6 +610,8 @@ export default {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
z-index: 1;
display: flex;
justify-content: space-between;
}
......
......@@ -171,7 +171,8 @@ export default {
<style scope>
.carSpecificInforView{
position: absolute;
top: 7vh;
z-index: 1;
top: 1vh;
left: 25vw;
width: 25vw;
height: 90vh;
......
......@@ -859,6 +859,8 @@ export default {
<style scoped>
.dataAnalysisScrView{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
......
......@@ -798,6 +798,8 @@ export default {
font-weight: 600;
}
.dataScrView{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
......
......@@ -356,6 +356,8 @@ export default {
<style scoped>
.intelligentSchScrView{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
......
......@@ -301,7 +301,8 @@ export default {
width: 100%;
height: 94vh;
overflow: hidden;
z-index: 1;
position: relative;
bottom: 0px;
}
.top_titl_left{
display: flex;
......
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