From af930887f9972b7dd21c80599e697e44f5e5a579 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 十一月 2024 14:05:04 +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