huangbin il y a 4 ans
Parent
commit
12569aa3a8
2 fichiers modifiés avec 9 ajouts et 7 suppressions
  1. 1 1
      public/config/app.config.json
  2. 8 6
      src/layout/components/bottom.vue

+ 1 - 1
public/config/app.config.json

@@ -1,3 +1,3 @@
 {
-    "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204"
+    "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139"
 }

+ 8 - 6
src/layout/components/bottom.vue

@@ -120,12 +120,8 @@ export default defineComponent({
 .layout-bottom-hidden {
     height: 40px;
 }
-.main-all {
-    max-width: 100;
-}
-.main-some {
-    max-width: calc(100% - 160px);
-}
+
+
 .layout-bottom {
     display: flex;
     width: 100%;
@@ -155,5 +151,11 @@ export default defineComponent({
             }
         }
     }
+    .main-some {
+        max-width: calc(100% - 180px);
+    }
+    .main-all {
+        max-width: 100;
+    }
 }
 </style>