From 1ed217be1abce1a1da18d90a1a9f358beef79acd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 十二月 2020 18:31:28 +0800 Subject: [PATCH] 2020-12-30 --- 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