From 6264819a70e7f8123c62e9ac35be8f08dbacce89 Mon Sep 17 00:00:00 2001 From: JiaJun <2394389886@qq.com> Date: Fri, 5 Jun 2026 16:49:15 +0800 Subject: [PATCH] =?UTF-8?q?style(mobile):=20=E8=B0=83=E6=95=B4=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改移动控制组件的类名和尺寸样式 - 更新移动头部组件的布局和间距配置 - 调整按钮和容器的宽度、内边距和外边距 - 优化响应式设计中的元素对齐方式 - 统一组件内的设计单位和样式规范 --- src/features/game/components/mobile/mobile-control.tsx | 8 ++++---- src/features/game/components/mobile/mobile-header.tsx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/features/game/components/mobile/mobile-control.tsx b/src/features/game/components/mobile/mobile-control.tsx index 38d3f02..9d8944b 100644 --- a/src/features/game/components/mobile/mobile-control.tsx +++ b/src/features/game/components/mobile/mobile-control.tsx @@ -290,7 +290,7 @@ export function MobileControl() { -
+
{selectedBetQuantityLabel}
diff --git a/src/features/game/components/mobile/mobile-header.tsx b/src/features/game/components/mobile/mobile-header.tsx index 39783f9..30fa7fe 100644 --- a/src/features/game/components/mobile/mobile-header.tsx +++ b/src/features/game/components/mobile/mobile-header.tsx @@ -102,7 +102,7 @@ export function MobileHeader() { return (
-
+
{authStatus === 'authenticated' ? ( -
+
) : ( -
+