Commit 1f03176a authored by xxx's avatar xxx

地图左下角logo修改

parent 696fcfb3
...@@ -533,7 +533,7 @@ export default { ...@@ -533,7 +533,7 @@ export default {
background:no-repeat center center url('~@/assets/images/cutGraph/top_title.png'); background:no-repeat center center url('~@/assets/images/cutGraph/top_title.png');
background-size:100% 100%; background-size:100% 100%;
position: relative; position: relative;
z-index: 3; z-index: 4;
} }
.content_view{ .content_view{
width: 100vw; width: 100vw;
...@@ -548,7 +548,7 @@ export default { ...@@ -548,7 +548,7 @@ export default {
width: 20vw; width: 20vw;
height: 96vh; height: 96vh;
overflow-y: scroll; overflow-y: scroll;
z-index: 3; z-index: 4;
} }
.content_view_left::-webkit-scrollbar { .content_view_left::-webkit-scrollbar {
display: none; display: none;
...@@ -560,13 +560,13 @@ export default { ...@@ -560,13 +560,13 @@ export default {
position: absolute; position: absolute;
left: 20vw; left: 20vw;
bottom: 2vh; bottom: 2vh;
z-index: 3; z-index: 4;
} }
.content_view_right{ .content_view_right{
width: 20vw; width: 20vw;
height: 96vh; height: 96vh;
overflow-y: scroll; overflow-y: scroll;
z-index: 3; z-index: 4;
} }
.content_view_right::-webkit-scrollbar { .content_view_right::-webkit-scrollbar {
display: none; display: none;
......
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