From 4bd73c300f452d1c632e1a9f20b988e05bbcc997 Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 1 Nov 2024 15:34:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(custom-tab-bar):=20=E4=BD=BF=E7=94=A8100vh?= =?UTF-8?q?=E5=A1=AB=E5=85=85=E9=A1=B5=E9=9D=A2=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/custom-tab-bar/custom-tab-bar.uvue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 768f8926..f0805a1e 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -142,6 +142,9 @@ flex: 1; background-color: #fff; overflow: visible; + /* #ifdef MP */ + height: 100vh; + /* #endif */ } .tab-view { -- GitLab