From 04f4815f047c749e0163ff3dcf60c89c8a13306b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=B5?= <1278032416@qq.com> Date: Fri, 15 Oct 2021 13:30:29 +0800 Subject: [PATCH] style(element-ui.scss): remove global .el-dialog change .el-dialog to .flow-dialog --- src/style/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style/index.scss b/src/style/index.scss index 6cde2c173..555afa3a8 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -109,3 +109,10 @@ ul { .mobile-spacing { margin: 0; } + +.flow-dialog { + transform: none; + left: 0; + position: relative; + margin: 0 auto; +}