From 6ce3da926517805459389607ff65cc2645f0a15c Mon Sep 17 00:00:00 2001 From: NicholasLD Date: Wed, 17 Apr 2024 11:24:10 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E4=BF=AE=E5=A4=8Delem?= =?UTF-8?q?entui=E6=96=B0=E7=89=88=E6=9C=AC=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: NicholasLD --- src/assets/styles/element-ui.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index 43c093c9..ccd7932a 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -114,3 +114,8 @@ .el-dropdown .el-dropdown-link { color: var(--el-color-primary) !important; } + +// 修复el-select下拉框宽度问题 +.el-select { + width: 240px !important; +} \ No newline at end of file -- Gitee