From ca06132453ce4cbfccee3ce018abc2f0aee30f05 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 26 Sep 2024 11:18:29 +0800 Subject: [PATCH] =?UTF-8?q?1.diy---=E7=BD=AE=E9=A1=B6=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/footer.vue | 1 + components/diy/modules/tabs-view.vue | 7 ++++++- components/diy/tabs.vue | 9 ++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/components/diy/footer.vue b/components/diy/footer.vue index b7214912..86aedd59 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -116,6 +116,7 @@ /* #endif */ margin: 0 auto; background-color: transparent; + z-index: 102; .footer-nav-content { min-height: 140rpx; box-sizing: border-box; diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 7415f753..5d2996fa 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -1,6 +1,6 @@