From 88d69ffdadcf32150fb1650ec87cf9c5b8139ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Wed, 21 Jan 2026 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=93=81=E7=A7=8D=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E5=8C=BA=E5=9F=9F=E6=B0=B4=E5=B9=B3=E5=B1=85=E4=B8=AD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 100a414..2a7a67d 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -467,7 +467,8 @@ wx-button:not([size=mini]) { border-radius: 0; border: none; align-items: center; - /* 移除justify-content: center,确保滚动时内容从左侧开始 */ + justify-content: center; + /* 添加justify-content: center实现水平居中 */ } .egg-item {