Commit fd700053 authored by 徐乐's avatar 徐乐

perf: 修改内嵌功能和webgis层级影响问题

parent 57438e6b
Pipeline #86156 passed with stages
...@@ -16,12 +16,13 @@ ...@@ -16,12 +16,13 @@
margin: auto 50% 10px auto; margin: auto 50% 10px auto;
transform: translateX(300px); transform: translateX(300px);
} }
.jump-button { .jump-button {
margin: 10px 50% auto auto; margin: 10px 50% auto auto;
transform: translateX(109px); transform: translateX(109px);
width: 109px; width: 109px;
height: 32px; height: 32px;
box-shadow: 0px 7px 8px 0px rgba(22,133,255,0.51); box-shadow: 0px 7px 8px 0px rgba(22, 133, 255, 0.51);
border-radius: 16px; border-radius: 16px;
} }
} }
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
height: 100%; height: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
z-index: 1;
iframe { iframe {
border: none; border: none;
...@@ -91,6 +93,7 @@ ...@@ -91,6 +93,7 @@
.btn-fullscreen { .btn-fullscreen {
opacity: 0.7; opacity: 0.7;
svg { svg {
width: 1.2rem; width: 1.2rem;
height: 1.2rem; height: 1.2rem;
...@@ -102,7 +105,8 @@ ...@@ -102,7 +105,8 @@
} }
} }
} }
.IntegratedLogin { .IntegratedLogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
\ No newline at end of file
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