fix: LD数改为纯数字显示, 移除徽章背景样式

This commit is contained in:
Your Name
2026-07-17 12:47:56 +08:00
parent b4210d74b9
commit 793538e19d
3 changed files with 2 additions and 13 deletions
-11
View File
@@ -827,17 +827,6 @@ body {
font-weight: 600;
color: var(--accent);
}
.user-count-badge {
display: inline-block;
min-width: 28px;
padding: 2px 8px;
background: rgba(88,166,255,0.15);
color: var(--accent);
border-radius: 10px;
font-size: 13px;
font-weight: 700;
text-align: center;
}
.boards-cell {
max-width: 0;
overflow: hidden;