From dad44b84ab21f9d1f860760a045015f1cab0aaec Mon Sep 17 00:00:00 2001 From: zrlibs <jesting_rr@163.com> Date: 星期三, 19 三月 2025 10:57:14 +0800 Subject: [PATCH] fixed --- public/skin/light.css | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/public/skin/light.css b/public/skin/light.css index 8a609a0..1aa2ed4 100644 --- a/public/skin/light.css +++ b/public/skin/light.css @@ -2,6 +2,11 @@ --first-background-color: #2db7f5; --second-background-color: #40c3ff; --third-background-color: #cceeff; + + --table-header-background-color: #e4e4e4; + --table-header-border-color: #cdcdcd; + + --table-header-th-border-color: #dcdee2; } .layout-header, @@ -35,4 +40,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