From 42f3dbc86b4b6cd6b00b761a10443acb5d4d54d4 Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期五, 21 二月 2025 21:28:25 +0800 Subject: [PATCH] update README.md. --- zhitan-vue/src/assets/styles/ruoyi.scss | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss index d83440a..cd8f03c 100644 --- a/zhitan-vue/src/assets/styles/ruoyi.scss +++ b/zhitan-vue/src/assets/styles/ruoyi.scss @@ -312,6 +312,10 @@ // tr:hover > td { // background-color: #141E4A; // } + + .el-table-fixed-column--left { + background-color: #110f2e !important; + } } } @@ -564,6 +568,19 @@ } .el-tabs__item.is-active { color: #409EFF; + } + + .el-descriptions__cell { + background: transparent; + color: #fff !important; + } + .el-descriptions__body { + background-color: transparent; + color: #fff; + } + .el-descriptions__label { + color: #fff !important; + background-color: #1a235d !important; } } @@ -858,6 +875,9 @@ // tr:hover > td { // background-color: #141E4A; // } + .el-table-fixed-column--left { + background-color: #fff; + } } } -- Gitblit v1.9.3