From 115aea2580bd0c9db1c14cfab752ba72922db6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Tue, 22 Oct 2024 16:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- pages/tabbar/home/home.vue | 850 ++++---- pagesA/article-detail/article-detail.vue | 2285 +++++++++++----------- 3 files changed, 1579 insertions(+), 1558 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 7e8ec35..e174190 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -37,7 +37,7 @@ }) }, methods: { - fnCheckShowStarted() { + fnCheckShowStarted() { if (!this.configs.appConfig.startConfig.enabled) { uni.switchTab({ url: homePagePath diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index 64b1b12..1112acc 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -1,462 +1,464 @@ + .ani-item { + width: 50%; + } + } + \ No newline at end of file diff --git a/pagesA/article-detail/article-detail.vue b/pagesA/article-detail/article-detail.vue index 535d28c..ef39a85 100644 --- a/pagesA/article-detail/article-detail.vue +++ b/pagesA/article-detail/article-detail.vue @@ -1,1213 +1,1232 @@ + &__btn { + flex-grow: 1; + flex-shrink: 0; + display: block; + text-align: right; + } + } + } + \ No newline at end of file