From dd110919dd5bac4eb74f289bcb50b39bac0f73fb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 16 Mar 2026 10:25:32 +0800 Subject: [PATCH] style(web): remove rounded corners and localize card titles --- web/index.html | 4 ++-- web/styles.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/index.html b/web/index.html index 9d40ae6..462b0ab 100644 --- a/web/index.html +++ b/web/index.html @@ -15,7 +15,7 @@
-

Sources

+

数据源

@@ -23,7 +23,7 @@
-

Points

+

点位

1 / 1 diff --git a/web/styles.css b/web/styles.css index 49dad43..4047689 100644 --- a/web/styles.css +++ b/web/styles.css @@ -14,7 +14,7 @@ --warning: #d97706; --border: #e2e8f0; --border-light: #f1f5f9; - --radius: 6px; + --radius: 0; --topbar-h: 42px; } @@ -200,7 +200,7 @@ button.danger:hover { background: var(--danger-hover); } font-size: 10px; font-weight: 600; padding: 1px 6px; - border-radius: 3px; + border-radius: 0; text-transform: uppercase; letter-spacing: 0.3px; background: rgba(37, 99, 235, 0.1); @@ -424,7 +424,7 @@ button.danger:hover { background: var(--danger-hover); } white-space: pre-wrap; word-break: break-word; padding: 0 4px; - border-radius: 2px; + border-radius: 0; } .log-line:hover { background: rgba(255, 255, 255, 0.04); } @@ -464,7 +464,7 @@ button.danger:hover { background: var(--danger-hover); } max-height: 85vh; overflow: hidden; background: var(--surface); - border-radius: 10px; + border-radius: 0; border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); display: flex; @@ -509,7 +509,7 @@ button.danger:hover { background: var(--danger-hover); } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background: transparent; } -::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; } +::-webkit-scrollbar-thumb { background: var(--border); border-radius: 0; } ::-webkit-scrollbar-thumb:hover { background: var(--text-3); } /* ── Responsive ───────────────────────────────────── */