From 5e413a021fe2d30b09c77e4663a6e15af91f17b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 14 Aug 2025 09:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=AD=97?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.css | 6 +++++- pages/index/index.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/index/index.css b/pages/index/index.css index 8e8e151b..d7062ad0 100644 --- a/pages/index/index.css +++ b/pages/index/index.css @@ -180,6 +180,10 @@ page { margin-top: 40rpx; } +.tabList text{ + font-size: 30rpx; +} + .tabItem { width: 33.33%; display: flex; @@ -480,7 +484,7 @@ page { .tab-item { padding: 0 20rpx; margin-right: 20rpx; - font-size: 20rpx; + font-size: 28rpx; color: #333; background-color: #ededed; height: 50rpx; diff --git a/pages/index/index.vue b/pages/index/index.vue index 464c05d9..ecca6737 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1002,7 +1002,7 @@ export default { if (this.showDropdown) { this.$nextTick(() => { uni.pageScrollTo({ - scrollTop: 2500, + scrollTop: 1000, duration: 300 }); })