From 815f2af29717a2dc717ab697d0279c0700304ff0 Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Tue, 25 Mar 2025 16:47:58 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=EF=BC=81=EF=BC=81=E5=BD=B1=E5=93=8D=20e?= =?UTF-8?q?l-drawer=20=E5=8F=82=E6=95=B0=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/overlay.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/overlay.scss b/src/styles/overlay.scss index 60ddcf3..30ca787 100644 --- a/src/styles/overlay.scss +++ b/src/styles/overlay.scss @@ -3,7 +3,7 @@ height: calc(100% - 40px); box-shadow: -2px 0 10px 0 rgba(0,0,0,0.10); .el-drawer{ - width: 320px!important; + // @TODO width: 320px!important; .el-drawer__header{ height: 40px; line-height: 40px;