From 960132af467418a04a6bfef599ab23c0bc3491e2 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 6 Dec 2024 18:23:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=AD=97=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 28a2c9897d26bdcea4a79057bc2236596ccb2905) --- ui/src/components/common-list/index.vue | 2 ++ ui/src/styles/element-plus.scss | 4 ++++ ui/src/views/template/index.vue | 13 ++++++++----- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ui/src/components/common-list/index.vue b/ui/src/components/common-list/index.vue index 3a8194d11..58fb39f55 100644 --- a/ui/src/components/common-list/index.vue +++ b/ui/src/components/common-list/index.vue @@ -73,6 +73,8 @@ defineExpose({ li { padding: 10px 16px; font-weight: 400; + color: var(--el-text-color-regular); + font-size: 14px; &.active { background: var(--el-color-primary-light-9); border-radius: 4px; diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index ef51fa7ba..e0177f493 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -133,6 +133,7 @@ .el-card { --el-card-padding: calc(var(--app-base-px) * 2); + color: var(--el-text-color-regular); } .el-dropdown { color: var(--app-text-color); @@ -267,6 +268,9 @@ .el-select-group .el-select-dropdown__item { padding-left: 11px; } +.el-select-dropdown__item { + font-weight: 400; +} .el-select__caret { color: var(--app-text-color-secondary); diff --git a/ui/src/views/template/index.vue b/ui/src/views/template/index.vue index 20c9a62e5..1216409f1 100644 --- a/ui/src/views/template/index.vue +++ b/ui/src/views/template/index.vue @@ -2,7 +2,7 @@
-

供应商

+

供应商