修复合约管理Tab文字下划线

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-26 14:56:41 +08:00
parent 5ca5df72b6
commit 9c00e167f6
+1 -1
View File
@@ -10,7 +10,7 @@
.tab-btn { .tab-btn {
padding: 10px 20px; border: none; background: none; padding: 10px 20px; border: none; background: none;
font-size: 0.88rem; font-weight: 500; color: var(--sub); font-size: 0.88rem; font-weight: 500; color: var(--sub);
cursor: pointer; border-bottom: 2px solid transparent; cursor: pointer; text-decoration: none; border-bottom: 2px solid transparent;
margin-bottom: -2px; transition: color .12s, border-color .12s; margin-bottom: -2px; transition: color .12s, border-color .12s;
} }
.tab-btn:hover { color: var(--fg); } .tab-btn:hover { color: var(--fg); }