From 7a868ca70a8f8cc796664ce1e08e8f4cae322fc8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期六, 10 四月 2021 00:09:09 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/tree.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/tree.css b/src/main/webapp/static/css/tree.css
index 48e93e8..9e5ac19 100644
--- a/src/main/webapp/static/css/tree.css
+++ b/src/main/webapp/static/css/tree.css
@@ -8,9 +8,9 @@
border-top: none;
padding: 10px 5px;
overflow: auto;
- height: -webkit-calc(100vh - 125px);
- height: -moz-calc(100vh - 125px);
- height: calc(100vh - 145px);
+ height: -webkit-calc(100vh - 100px);
+ height: -moz-calc(100vh - 100px);
+ height: calc(100vh - 100px);
}
.layui-tree-entry .layui-tree-txt {
padding: 0 5px;
--
Gitblit v1.9.1