From b444f2b8e2c9f4ea8d95227657f1850c91c20005 Mon Sep 17 00:00:00 2001 From: NicholasLD Date: Wed, 17 Apr 2024 11:24:58 +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 2f5ec4a..9f72def 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -131,3 +131,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