From b0a213ce4a662d660f04fd3ff7cad22f1884035e Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 21 Jan 2026 18:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B7=BB=E5=8A=A0=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A1=B5=E9=9D=A2=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=A0=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tools/add_background/add_background.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/tools/add_background/add_background.vue b/src/views/tools/add_background/add_background.vue index e1dc7e4..b4e7652 100644 --- a/src/views/tools/add_background/add_background.vue +++ b/src/views/tools/add_background/add_background.vue @@ -2290,13 +2290,14 @@ const removeHistoryItem = (index: number) => { .page-header h2 { font-size: 18px; - width: 100%; + width: auto; + flex-shrink: 0; } .header-color-shades { width: 100%; justify-content: flex-start; - order: 2; + order: 3; gap: 6px; } @@ -2312,7 +2313,7 @@ const removeHistoryItem = (index: number) => { } .toolbar-actions { - order: 1; + order: 2; margin-left: auto; }