From 65e365253443b8b763992b4cc0fc3c20b01871c9 Mon Sep 17 00:00:00 2001 From: xingyuv Date: Tue, 7 Mar 2023 09:38:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=8A=BD=E5=B1=89=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index d53c2a6c..39c4c4da 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -6,6 +6,11 @@ margin-left: 2px !important; } +// 解决抽屉弹出时,body宽度变化的问题 +.el-popup-parent--hidden { + width: 100% !important; +} + /* nprogress 适配 element-plus 的主题色 */ #nprogress { & .bar {