From 64c003bbb5b488224302f5b0994d876b2ad67e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Mon, 18 Sep 2023 10:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=95=E9=83=A8tab?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom-tab-bar/index.wxml | 1 + components/custom-tab-bar/index.wxss | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/custom-tab-bar/index.wxml b/components/custom-tab-bar/index.wxml index 560dfa5..cb23700 100644 --- a/components/custom-tab-bar/index.wxml +++ b/components/custom-tab-bar/index.wxml @@ -1,3 +1,4 @@ + diff --git a/components/custom-tab-bar/index.wxss b/components/custom-tab-bar/index.wxss index 387a5c8..6c7bd66 100644 --- a/components/custom-tab-bar/index.wxss +++ b/components/custom-tab-bar/index.wxss @@ -35,4 +35,6 @@ font-size: 22rpx; color:#999999 } - \ No newline at end of file + .tab-bar-block { + height: 150rpx; + } \ No newline at end of file