Procházet zdrojové kódy

耕地保护切换栏与土地整治布局位置调整

lkk před 5 měsíci
rodič
revize
e663275580

+ 3 - 2
src/views/LandConsolidation/index.vue

@@ -316,7 +316,8 @@ export default {
     // width: 45vw;
     width: 52vw;
     height: 330px;
-    top: calc(100% - 360px);
+    // top: calc(100% - 360px);
+    top: calc(100% - 372px);
     // left: 600px;
     // left: 31.2vw;
     left: 24vw;
@@ -371,6 +372,7 @@ export default {
 }
 .newContainer {
   top: 40px !important;
+  height: calc(100% - 82px) !important;
 }
 </style>
 <style lang="scss">
@@ -393,7 +395,6 @@ export default {
   .headerCheck {
     width: 520px;
     height: 50px;
-    // background: rgba(255, 192, 203, 0.379);
     position: absolute;
     left:35vw;
     top: 3vh;

+ 2 - 3
src/views/farmlandProtection/indexNew.vue

@@ -212,10 +212,9 @@ export default {
   .headerCheck {
     width: 520px;
     height: 50px;
-    // background: rgba(255, 192, 203, 0.379);
     position: absolute;
-    left: 38%;
-    top: 10px;
+    left:35vw;
+    top: 3vh;
     z-index: 99;
     pointer-events: none;
     ul {