From 9f5e18cc415cd3fef13f105ffeabae3c01ba9665 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 18 六月 2026 13:02:18 +0800
Subject: [PATCH] 样式修改
---
src/assets/styles/ruoyi.scss | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
index 3170a9c..6ecf408 100644
--- a/src/assets/styles/ruoyi.scss
+++ b/src/assets/styles/ruoyi.scss
@@ -77,10 +77,11 @@
.el-table__header-wrapper, .el-table__fixed-header-wrapper {
th {
word-break: break-word;
- background-color: #F0F1F5 !important;
- color: #515a6e;
+ background-color: var(--el-table-header-bg-color) !important;
+ color: var(--table-header-text-custom, #1e293b) !important;
height: 40px !important;
- font-size: 13px;
+ font-weight: 700;
+ font-size: 14px;
}
}
.el-table__body-wrapper {
--
Gitblit v1.9.3