From 16a3eef85a1ffb296bd44f67d89a911ecaf1c25e Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Wed, 1 Mar 2023 15:19:35 +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.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.less b/src/styles/index.less index c023316..cebb2c7 100644 --- a/src/styles/index.less +++ b/src/styles/index.less @@ -1,2 +1,7 @@ @import './var.css'; @import 'element-plus/theme-chalk/dark/css-vars.css'; + +// 解决抽屉弹出时,body宽度变化的问题 +.el-popup-parent--hidden { + width: 100% !important; +} \ No newline at end of file