From befd1f21839939b54254bd316bbd158b136fcd15 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 12 十一月 2024 16:54:25 +0800 Subject: [PATCH] 简化主页 --- custom-tab-bar/index.wxss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index f7b33d5..fb2481f 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -2,3 +2,7 @@ --td-tab-bar-color: rgb(163, 163, 163); /* --td-tab-bar-active-color: #333; */ } + +.hidden{ + /* display: none; */ +} \ No newline at end of file -- Gitblit v1.9.3