From 793538e19db7c04e8348547b516067c85cf845a2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Jul 2026 12:47:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20LD=E6=95=B0=E6=94=B9=E4=B8=BA=E7=BA=AF?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=98=BE=E7=A4=BA,=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=BE=BD=E7=AB=A0=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mailer.py | 2 +- static/style.css | 11 ----------- templates/users.html | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/mailer.py b/mailer.py index 6584646..11bb28a 100644 --- a/mailer.py +++ b/mailer.py @@ -514,7 +514,7 @@ def _render_html(data: dict, base_url: str) -> str: ub_rows = "".join( f'' f'{ub["user"]}' - f'{ub["ld_count"]}' + f'{ub["ld_count"]}' f'{ub["boards"]}' f'{ub["racks"]}' f'{ub["pods"]}' diff --git a/static/style.css b/static/style.css index 3aa1179..a3fab8f 100644 --- a/static/style.css +++ b/static/style.css @@ -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; diff --git a/templates/users.html b/templates/users.html index 7093ee2..4e95e11 100644 --- a/templates/users.html +++ b/templates/users.html @@ -25,7 +25,7 @@ {% for item in pagination['items'] %} {{ item.user }} - {{ item.ld_count }} + {{ item.ld_count }} {{ item.boards }} {{ item.racks }} {{ item.pods }}