Kaynağa Gözat

常规消缺

Koishi 1 ay önce
ebeveyn
işleme
e31ea983db

+ 1 - 1
src/App.vue

@@ -51,7 +51,7 @@
           background-color="#132444"
           active-text-color="#fff"
           :style="`height:${
-            switchTabShow() ? 'calc(100% - 72px - 80px)' : '100%'
+            switchTabShow() ? 'calc(100% - 72px - 80px + 29px)' : '100%'
           };margin-top:${switchTabShow() ? '30px' : '0'};${
             showMenuData?.[0]?.width && !isCollapse
               ? `width: ${showMenuData?.[0]?.width}`

+ 1 - 1
src/views/economicsOperation/nxfHomePage/index.vue

@@ -554,7 +554,7 @@ export default {
 
     .homeLeaf {
       width: 25%;
-      height: 100%;
+      height: calc(100% + 12px);
 
       .powerName {
         span {