Commit 6f3bc7e7 by liangjianmin

style(approve): 修改标签文本颜色以提升可读性

将标签文本颜色从 #1f2d3d 修改为 #2f73ff,以增强视觉效果和可读性。
parent 332ff3dd
Showing with 1 additions and 1 deletions
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
border-color: #e3e8ef; border-color: #e3e8ef;
.tab-text { .tab-text {
color: #1f2d3d; color: #2f73ff;
font-weight: 700; font-weight: 700;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment