From 96f74a98a6ae03cd989550befdb3ba6b2e911694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 25 Feb 2022 22:08:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(element-plus.scss):=20=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E9=A1=B6=E9=83=A80=E9=97=B4=E8=B7=9D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element-plus.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index f45ee54e..6462a7e4 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -15,14 +15,6 @@ } -// to fixed https://github.com/ElemeFE/element/issues/2461 -.el-dialog { - transform: none; - left: 0; - position: relative; - margin: 0 auto; -} - // refine element ui upload .upload-container { .el-upload {