From 8317f9c19f905bb32e4feeff10e83a1bb6fe9c20 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 1 Aug 2025 12:11:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E5=A4=8D=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/themes/diy.vue | 4 +++- pagesub/index/store.vue | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/components/themes/diy.vue b/components/themes/diy.vue index 93629e0..2366eff 100644 --- a/components/themes/diy.vue +++ b/components/themes/diy.vue @@ -1505,7 +1505,9 @@ uni-page-body { } .diyPage { - padding-bottom: 60rpx; + // padding-bottom: 8rpx; + clear: both; + overflow: hidden; } .activity-info { diff --git a/pagesub/index/store.vue b/pagesub/index/store.vue index e0c6c7c..6475dda 100644 --- a/pagesub/index/store.vue +++ b/pagesub/index/store.vue @@ -202,7 +202,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -506,7 +506,7 @@ - + @@ -1792,15 +1792,15 @@ export default { .all_shop_tab{ position: sticky; - top: 0; + top: -2px; z-index: 100; border-bottom: 1rpx solid #eee; } .back-to-top { position: fixed; - top: 70%; - transform: translateY(-70%); + top: 75%; + transform: translateY(-75%); right: 20rpx; width: 80rpx; height: 80rpx; @@ -1813,6 +1813,7 @@ export default { transition: opacity 0.3s ease; z-index: 98; pointer-events: none; + opacity: 0; &.show { opacity: 1;