소스 검색

fix 问题

luogang 2 달 전
부모
커밋
7a439cd367
2개의 변경된 파일552개의 추가작업 그리고 215개의 파일을 삭제
  1. 6 6
      plus-ui-ts/src/assets/styles/element-ui.scss
  2. 546 209
      plus-ui-ts/src/views/index.vue

+ 6 - 6
plus-ui-ts/src/assets/styles/element-ui.scss

@@ -66,11 +66,11 @@
   overflow: hidden;
 
  .el-overlay-dialog {
-    display: flex;
-    align-items: center;
-    justify-content: center;
-    width: 100%;
-    height: 100%;
+    // display: flex;
+    // align-items: center;
+    // justify-content: center;
+    // width: 100%;
+    // height: 100%;
     .el-dialog {
       // margin: 0 auto !important;
       padding: 0;
@@ -91,7 +91,7 @@
         }
       }
       .el-dialog__footer {
-        padding: 16px;
+        padding: 12px;
         text-align: center;
       }
     }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 546 - 209
plus-ui-ts/src/views/index.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.