From ec7f5ba1f7eb84507e1c8e7b6f66b1ecfbc22728 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 17 四月 2025 17:31: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