From 4aa42f5c20d56661a3d7dbaad8a9d0a21bbb5f73 Mon Sep 17 00:00:00 2001 From: bleachtred <bleachtred@163.com> Date: 星期四, 18 四月 2024 11:29:57 +0800 Subject: [PATCH] fix 角色必填*号 --- src/assets/styles/element-ui.scss | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index 87326ee..dc2fbe7 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -82,7 +82,7 @@ .el-dialog__header { padding: 16px 16px 8px 16px; box-sizing: border-box; - border-bottom: 1px solid #e8e8e8; + border-bottom: 1px solid var(--brder-color); margin-right: 0; } } @@ -131,3 +131,12 @@ .el-dropdown .el-dropdown-link { color: var(--el-color-primary) !important; } + +// 淇el-select涓嬫媺妗嗗搴﹂棶棰� +.el-select { + width: 240px !important; +} + +.el-input { + width: 240px !important; +} -- Gitblit v1.9.3