Browse Source

style(element-ui.scss): remove global .el-dialog

change .el-dialog to .flow-dialog
黄兵 3 years ago
parent
commit
04f4815f04
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/style/index.scss

+ 7 - 0
src/style/index.scss

@@ -109,3 +109,10 @@ ul {
 .mobile-spacing {
   margin: 0;
 }
+
+.flow-dialog {
+  transform: none;
+  left: 0;
+  position: relative;
+  margin: 0 auto;
+}