From ddad886321455b5f5569ec6335eea478ae7fe7df Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期五, 14 二月 2025 19:27:38 +0800 Subject: [PATCH] !78 全系统按钮列表等优化 Merge pull request !78 from Alioo/develop_alioo --- 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