From 642139d0a22e7713a7dcb8e9bb70041f76456847 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 25 Nov 2025 10:23:47 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4658=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91iOS?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E8=BD=AE=E6=92=AD=E5=95=86=E5=93=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=80=81=E4=BB=B7=E6=A0=BC=E4=BB=A5=E5=8F=8A=E9=80=89?= =?UTF-8?q?=E8=B4=AD=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E6=95=B4=E4=BD=93?= =?UTF-8?q?=E4=B8=8A=E8=B0=83=E4=B8=80=E7=82=B9=EF=BC=8C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=B8=8B=E6=96=B9=E7=95=99=E7=82=B9=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/newZone.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index 3e05d90..0ca0d56 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -11,7 +11,7 @@ --> - + @@ -154,7 +154,7 @@ export default{ display: flex; align-items: center; flex-direction: column; - padding: 20rpx 20rpx 0 20rpx; + padding: 20rpx; } .box-emp{ width: 100%; @@ -177,7 +177,7 @@ export default{ } .new-card{ width: 220rpx; - height: 240rpx; + // height: 240rpx; background: #fff; border-radius: 20rpx; position: absolute;