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 @@
-

供应商

+

供应商