From d551f372e4e6395bed259ee4fadd47ede7ba1635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=B5?= <1278032416@qq.com> Date: Tue, 19 Oct 2021 08:50:44 +0800 Subject: [PATCH] style(element-ui.scss): move to component css --- src/style/index.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/style/index.scss b/src/style/index.scss index 555afa3a8..6cde2c173 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -109,10 +109,3 @@ ul { .mobile-spacing { margin: 0; } - -.flow-dialog { - transform: none; - left: 0; - position: relative; - margin: 0 auto; -}