From 4d8ef5d02421b1bb60f575e56b75d43a1ea4c2bb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Jun 2021 14:56:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/searchL/css/style.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index 055ccad..5368c2a 100644
--- a/widgets/searchL/css/style.css
+++ b/widgets/searchL/css/style.css
@@ -226,4 +226,9 @@
   position: relative;
   right: 1px;
   top: -3px;
+}
+
+/* 隐藏layui表格溢出的详情框 */
+.layui-table-grid-down{
+display: none;
 }
\ No newline at end of file

--
Gitblit v1.9.3