From 731d894cf232d98b547df2bd006795de74fb16a7 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 09 二月 2023 15:05:10 +0800 Subject: [PATCH] 数据管理样式修改 --- src/assets/css/config.css | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/assets/css/config.css b/src/assets/css/config.css index 071c3cc..69d88a0 100644 --- a/src/assets/css/config.css +++ b/src/assets/css/config.css @@ -227,4 +227,15 @@ } - \ No newline at end of file + .Black_theme .contLable{ + color: white; + } + .Black_theme .elLink{ + color: white; + } + .Black_theme .el-icon-folder-opened{ + color: white; + } + .Black_theme .el-link.el-link--default{ + color: white; + } \ No newline at end of file -- Gitblit v1.9.3