From b515fae43490ab20977d559e19d4e5f63a4fd96d Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 25 四月 2025 16:42:39 +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