From 66a58fd8e8290a205e1259307f89ea6d44d02eab Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 23 Dec 2025 09:35:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E5=9B=9E=E5=88=B0=E9=A1=B6=E7=AB=AF=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2fad2c5..77df958 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -154,8 +154,6 @@ @import '@/common/css/diy.scss'; @import './public/css/index.scss'; - - .small-bot { width: 100%; height: 100%; @@ -227,10 +225,15 @@ /deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { max-height: unset !important; } - - /deep/ .mescroll-totop { - right: 24rpx!important; - bottom: 182rpx!important; - } + + /deep/ .mescroll-totop { + right: 27rpx!important; + /* #ifdef H5 */ + bottom: 120rpx!important; + /* #endif */ + /* #ifdef MP-WEIXIN */ + bottom: 180rpx!important; + /* #endif */ + } \ No newline at end of file