From 6e7fcc0ebecb4d9d1485937905b31a9864913950 Mon Sep 17 00:00:00 2001
From: zrlibs <jesting_rr@163.com>
Date: 星期一, 17 三月 2025 11:29:07 +0800
Subject: [PATCH] fixed

---
 public/skin/green.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/public/skin/green.css b/public/skin/green.css
index 7eedefd..c8d46cb 100644
--- a/public/skin/green.css
+++ b/public/skin/green.css
@@ -2,6 +2,10 @@
     --first-background-color: #3fa329;
     --second-background-color: #61d149;
     --third-background-color: #d5fce1;
+
+    --table-header-background-color: #e4e4e4;
+    --table-header-border-color: #cdcdcd;
+    --table-header-th-border-color: #dcdee2;
 }
 
 .layout-header,
@@ -35,4 +39,13 @@
 .ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
     width: 5px;
     background-color: var(--first-background-color)
+}
+
+.ivu-table th {
+    background-color: var(--table-header-background-color);
+    border-right: 1px solid var(--table-header-border-color);
+}
+
+.ivu-table th {
+    border-bottom-color: var(--table-header-th-border-color)
 }
\ No newline at end of file

--
Gitblit v1.9.1