From af075a9c2869775ae653d3ccb8409ac96fe1d581 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 11 Sep 2024 22:52:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6)=EF=BC=9A?= =?UTF-8?q?=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E9=A1=B5=E9=9D=A2=E7=9A=84=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E9=83=A8=E5=88=86=EF=BC=8C=E4=B8=A4=E8=BE=B9=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E8=B4=B4=E8=BE=B9=EF=BC=8C=E6=95=B4=E4=BD=93=E5=BE=80?= =?UTF-8?q?=E4=B8=8A=E6=8C=AA=E4=B8=80=E7=82=B9=EF=BC=8C=E6=8C=89=E4=B8=8B?= =?UTF-8?q?=E9=9D=A2=E5=8E=9F=E5=9E=8B=E5=9B=BE=E5=B8=83=E5=B1=80=E5=86=8D?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cart.vue b/pages/cart.vue index 3774516..ba1b6ef 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -785,7 +785,7 @@ view { .footer-fixed { position: fixed; left: 0; - bottom: 180rpx; + bottom: 200rpx; width: 100vw; height: 100rpx; box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);