浏览代码

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


部分文件因为文件数量过多而无法显示