From a75be8b56b601949231b2e165a2b2b521326a84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E5=87=A4?= Date: Sat, 5 Sep 2026 21:19:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E6=94=AF=E6=8C=81=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=AE=BE=E7=BD=AE=E5=AF=BC=E8=88=AA=E5=92=8C=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/callout-banner/index.vue | 7 ++++--- src/components/settings/BackButton.vue | 1 + src/components/settings/SettingsSection.vue | 6 +++++- src/components/settings/SwapTransition.vue | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/callout-banner/index.vue b/src/components/callout-banner/index.vue index 042c26b..d0e0a38 100644 --- a/src/components/callout-banner/index.vue +++ b/src/components/callout-banner/index.vue @@ -4,7 +4,8 @@ foreground) — warning uses the codebase's existing lifecycle-notice tokens, destructive uses `--destructive-soft`/`--destructive-border` (packages/ui/AGENTS.md § Alpha policy) — one look, not two. - Stacks on narrow, becomes a row at sm. When `clickable`, the whole surface + Action banners stack on narrow screens; clickable banners keep their + chevron beside the text. When `clickable`, the whole surface is a button that opens something (a diagnostics dialog); the trailing slot is then usually empty and a chevron leads the user in. -->
diff --git a/src/components/settings/BackButton.vue b/src/components/settings/BackButton.vue index b70a50d..b95b1ac 100644 --- a/src/components/settings/BackButton.vue +++ b/src/components/settings/BackButton.vue @@ -8,6 +8,7 @@ pressed fill aligns with the card edge below instead of hanging into the outer gutter. px-4 keeps the chevron and label comfortably inset. -->