From 3ad537052477fe31f45bd2e16045d58b35713bdc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期六, 24 五月 2025 09:19:59 +0800 Subject: [PATCH] refactor(env): 更新环境配置并优化代码 --- zhitan-vue/src/assets/styles/element-ui.scss | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhitan-vue/src/assets/styles/element-ui.scss b/zhitan-vue/src/assets/styles/element-ui.scss index a456a20..f6c2c3a 100644 --- a/zhitan-vue/src/assets/styles/element-ui.scss +++ b/zhitan-vue/src/assets/styles/element-ui.scss @@ -3,20 +3,20 @@ .themeDark { .el-breadcrumb__inner, .el-breadcrumb__inner a { - font-weight: bold !important; + font-weight: 500 !important; color: #97a8be !important; - font-size: 24px !important; + font-size: 16px !important; } } .themeLight { .el-breadcrumb__inner, .el-breadcrumb__inner a { - font-weight: bold !important; - color: #000103 !important; - font-size: 24px !important; + font-weight: 500 !important; + color: #333 !important; + font-size: 16px !important; } .app-breadcrumb.el-breadcrumb .no-redirect{ - color: #000103 !important; + color: #333 !important; } } -- Gitblit v1.9.3