Commit ce936dcf authored by caicaicai's avatar caicaicai

修改

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