Browse Source

修改中下宽度50%

yuhan 1 year ago
parent
commit
8556610676
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules_guAn/visualization/index.vue

+ 2 - 2
src/views/modules_guAn/visualization/index.vue

@@ -282,11 +282,11 @@ export default {
           height: 30%;
           height: 30%;
           padding: 0 12px 12px;
           padding: 0 12px 12px;
           .center-bottom-left{
           .center-bottom-left{
-            flex: 1.4;
+            width: 50%;
             height: 100%;
             height: 100%;
           }
           }
           .center-bottom-right{
           .center-bottom-right{
-            flex: 1;
+            width: 50%;
             height: 100%;
             height: 100%;
             padding-left: 12px;
             padding-left: 12px;
           }
           }