From 5047cd07448bae6f8cacee3d7194d50d8a8f0da4 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 14 Jan 2026 21:40:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=B8=83=E5=B1=80=E5=92=8C=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/BasicSettingsSection.vue | 2 + web/src/components/SettingsModal.vue | 52 +++++++++++---------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/web/src/components/BasicSettingsSection.vue b/web/src/components/BasicSettingsSection.vue index 04a899dc..07025319 100644 --- a/web/src/components/BasicSettingsSection.vue +++ b/web/src/components/BasicSettingsSection.vue @@ -308,6 +308,8 @@ const openLink = (url) => { } &.card-select { + gap: 0px; + padding: 0; .label { margin-top: 0; } diff --git a/web/src/components/SettingsModal.vue b/web/src/components/SettingsModal.vue index 4cb458fb..a84b22b1 100644 --- a/web/src/components/SettingsModal.vue +++ b/web/src/components/SettingsModal.vue @@ -3,7 +3,7 @@ v-model:open="visible" title="系统设置" width="90%" - :style="{ maxWidth: '1200px', minWidth: '320px', top: '3%' }" + :style="{ maxWidth: '980px', minWidth: '320px', top: '10%' }" :footer="null" @cancel="handleClose" class="settings-modal" @@ -12,7 +12,7 @@ >
-
+
-
+