From 9778bfc1ac7592a9943c7334d40917c0b0581ecf Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 25 Nov 2025 17:29:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4651=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=91=E5=9B=A2?= =?UTF-8?q?=E8=B4=AD=E8=AF=A6=E6=83=85=E9=A1=B5=E5=BA=95=E9=83=A8=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E6=8C=89=E9=92=AE=E5=8C=BA=E5=9F=9F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 1 + pkg_product/views/groupBuyDetails.vue | 16 ++++++++++++++-- pkg_product/views/submitOrder.vue | 15 ++++++++++++++- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9b381af..b482ced 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,7 @@ "versionName" : "4.0.0", "versionCode" : 4, "transformPx" : false, + "sassImplementationName" : "node-sass", /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index 649bc1d..be00bc1 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -509,7 +509,20 @@ export default { .val { color: #666; text-align: right; } .gallery-img { width: 100%; margin-bottom: 16rpx; border-radius: 12rpx; overflow: hidden; } .bottom-space { height: 140rpx; } -.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } +.bottom-bar { + position: fixed; + left: 0; + right: 0; + bottom: 0; + background: #fff; + border-top: 1rpx solid #eee; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 20rpx 20rpx 30rpx; + height: 140rpx; + box-sizing: border-box; +} .total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { @@ -625,7 +638,6 @@ export default { .val { color: #666; text-align: right; } .gallery-img { width: 100%; margin-bottom: 16rpx; border-radius: 12rpx; overflow: hidden; } .bottom-space { height: 140rpx; } -.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 26rpx 24rpx; } .total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { diff --git a/pkg_product/views/submitOrder.vue b/pkg_product/views/submitOrder.vue index 55174b2..be74950 100644 --- a/pkg_product/views/submitOrder.vue +++ b/pkg_product/views/submitOrder.vue @@ -434,7 +434,20 @@ export default { .text-card .plain-text { font-size: 26rpx; color: #666; line-height: 40rpx; letter-spacing: 2px;} .bottom-space { height: 140rpx; } -.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 26rpx 24rpx; } +.bottom-bar { + position: fixed; + left: 0; + right: 0; + bottom: 0; + background: #fff; + border-top: 1rpx solid #eee; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 20rpx 20rpx 30rpx; + height: 140rpx; + box-sizing: border-box; +} .total { font-size: 30rpx; color: #111; font-weight: 700; } .total .highlight { color: #C52733; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; }