From 717775a33f61d867b8bdd6cac9b33211dcb5a34e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 19 二月 2021 16:35:22 +0800
Subject: [PATCH] 2021-02-19

---
 src/tabviews/custom/components/share/normalTable/index.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index a2104f3..45b1a84 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -157,6 +157,11 @@
     }
   }
 }
+.normal-custom-table.hidden {
+  thead {
+    display: none;
+  }
+}
 .image-scale-modal {
   width: 70vw;
   min-height: 80vh;

--
Gitblit v1.8.0