From 7f3dc284eb5d8a9669e19e7b3a28095cbd6a510a Mon Sep 17 00:00:00 2001
From: ZF sun <34314687@qq.com>
Date: Tue, 28 Oct 2025 11:39:02 +0800
Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E8=B0=83=E6=95=B4=E5=BE=AE=E4=BF=A1?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=B8=8A=E7=9A=84=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E4=BD=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 15e6dc0..7b823cc 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -126,7 +126,7 @@
-
+
@@ -142,7 +142,7 @@
export default {
data() {
return {
- minScrollTop: 200,
+ minScrollTop: 100,
}
},
components: {
@@ -198,12 +198,7 @@
.small-bot-close i {
font-size: 60rpx;
}
-
- .mescroll-totop {
- right: 12px !important;
- bottom: 100px !important;
- }
-
+
\ No newline at end of file