From be0f4be0ede6f8ab629f8894590f25efe2161190 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 24 Dec 2025 16:53:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=9C=A8H5=E7=AB=AF?= =?UTF-8?q?=E4=B8=8A=E7=9A=84=E6=B5=AE=E5=8A=A8=E6=8C=89=E9=92=AE=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E4=B8=8A=E7=A7=BB80px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/hover-nav/hover-nav.vue | 3 +++ pages/index/index.vue | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 9b274f8..cb19085 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -178,6 +178,9 @@ export default { position: fixed; right: 0rpx; bottom: 240rpx; + // #ifdef H5 + bottom: 320rpx; + // #endif z-index: 10; // background: #fff; // box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3); diff --git a/pages/index/index.vue b/pages/index/index.vue index 77df958..446192a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -227,11 +227,12 @@ } /deep/ .mescroll-totop { - right: 27rpx!important; /* #ifdef H5 */ - bottom: 120rpx!important; + right: 28rpx!important; + bottom: 200rpx!important; /* #endif */ /* #ifdef MP-WEIXIN */ + right: 27rpx!important; bottom: 180rpx!important; /* #endif */ }