From 4e5ed0dd88608841883e439e038db5c1d088eae1 Mon Sep 17 00:00:00 2001 From: kdletters Date: Thu, 2 Jul 2026 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=BB=E5=B8=83=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=A0=8F=E5=BC=95=E5=AF=BC=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 画布工具栏引导框上移并保留底部缝隙 保持引导图尺寸和文案居中布局 --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 6419dde25..f741c6729 100644 --- a/src/index.css +++ b/src/index.css @@ -6854,7 +6854,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { .image-canvas-editor__toolbar-guide { position: absolute; left: 50%; - bottom: -0.7rem; + bottom: 0.75rem; z-index: 12; width: min(38rem, calc(100% - 2rem)); aspect-ratio: 2 / 1; @@ -9249,7 +9249,7 @@ button.image-canvas-editor__reference-chip:disabled { .image-canvas-editor__toolbar-guide { right: 0.85rem; left: 0.85rem; - bottom: 0.9rem; + bottom: 1.75rem; width: auto; transform: scale(0.8); }