From 29a6be7e382ff2bb2588361b61713fe38837f08e Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 4 Jun 2025 09:16:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3569=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E3=80=81=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E3=80=81?= =?UTF-8?q?=E7=A4=BC=E5=93=81=E5=8D=A1=E5=88=97=E8=A1=A8=E4=B8=8B=E6=96=B9?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=81=AE=E6=8C=A1=EF=BC=8C=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=9E=8B=E5=8F=B7=EF=BC=9A=E7=BA=A2=E7=B1=B3K40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/yzc-paykeyboard/yzc-paykeyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yzc-paykeyboard/yzc-paykeyboard.vue b/components/yzc-paykeyboard/yzc-paykeyboard.vue index e60f7ae..0ddcbd2 100644 --- a/components/yzc-paykeyboard/yzc-paykeyboard.vue +++ b/components/yzc-paykeyboard/yzc-paykeyboard.vue @@ -257,7 +257,7 @@ } .keyboard-item { box-sizing: border-box; - width: 250rpx; + width: 33.333%; display: flex; flex-direction: column; justify-content: center;