@@ -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"
}
@@ -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>