From 40f59524f02fd4d38725f21a24fbfc776a38a8fb Mon Sep 17 00:00:00 2001 From: tbphp Date: Sat, 5 Jul 2025 00:07:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/keys/GroupInfoCard.vue | 6 +++--- web/src/views/Keys.vue | 2 +- web/src/views/Settings.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/keys/GroupInfoCard.vue b/web/src/components/keys/GroupInfoCard.vue index c6c7f85..021d195 100644 --- a/web/src/components/keys/GroupInfoCard.vue +++ b/web/src/components/keys/GroupInfoCard.vue @@ -302,7 +302,7 @@ function copyUrl(url: string) { } .stats-summary { - margin-bottom: 16px; + margin-bottom: 12px; text-align: center; } @@ -316,11 +316,11 @@ function copyUrl(url: string) { } .details-section { - margin-top: 16px; + margin-top: 12px; } .details-content { - margin-top: 16px; + margin-top: 12px; } .detail-section { diff --git a/web/src/views/Keys.vue b/web/src/views/Keys.vue index 13c2986..227fbf9 100644 --- a/web/src/views/Keys.vue +++ b/web/src/views/Keys.vue @@ -92,7 +92,7 @@ function handleGroupRefresh() { .sidebar { width: 240px; flex-shrink: 0; - height: calc(100vh - 88px); + height: calc(100vh - 106px); } .main-content { diff --git a/web/src/views/Settings.vue b/web/src/views/Settings.vue index 7d243e6..b3a1e3f 100644 --- a/web/src/views/Settings.vue +++ b/web/src/views/Settings.vue @@ -121,7 +121,7 @@ async function handleSubmit() {