From aefa28ea9928373d5b9828ce64fb92f5cefba83d Mon Sep 17 00:00:00 2001 From: walle Date: Tue, 18 Nov 2025 17:12:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=9F=B3=E4=B9=90?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A8=AA=E5=90=91=E5=B8=83=E5=B1=80=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复声音名称容器对齐方式,从居中改为左对齐 - 确保音乐名称、声音名称和按钮在同一行完美对齐 - 提升音乐列表视觉一致性和用户体验 --- src/components/sounds/sounds.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sounds/sounds.module.css b/src/components/sounds/sounds.module.css index 2e64b95..686440a 100644 --- a/src/components/sounds/sounds.module.css +++ b/src/components/sounds/sounds.module.css @@ -214,7 +214,7 @@ align-items: center; padding: 1px 4px; flex: 1; - justify-content: center; + justify-content: flex-start; } /* 展开按钮 */