소스 검색

修改中下宽度50%

yuhan 1 년 전
부모
커밋
8556610676
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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%;
           padding: 0 12px 12px;
           .center-bottom-left{
-            flex: 1.4;
+            width: 50%;
             height: 100%;
           }
           .center-bottom-right{
-            flex: 1;
+            width: 50%;
             height: 100%;
             padding-left: 12px;
           }