From d1b572d63b7d15f3243e17fe793f3d080ff03255 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 16 Jun 2021 11:52:40 +0800
Subject: [PATCH] 搜索细节调整,弹框字体,行点击定位

---
 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