From 38b5297cbfbe3d61ee2e800b51e8324ee163f43e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 一月 2021 12:24:50 +0800 Subject: [PATCH] 2021-01-18 --- 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