From 83c2e75757034d753d8e69a24e8713e3b84d266a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 27 五月 2021 15:31:29 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/tree.css | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/css/tree.css b/src/main/webapp/static/css/tree.css
index 48e93e8..aef4bf0 100644
--- a/src/main/webapp/static/css/tree.css
+++ b/src/main/webapp/static/css/tree.css
@@ -10,7 +10,7 @@
overflow: auto;
height: -webkit-calc(100vh - 125px);
height: -moz-calc(100vh - 125px);
- height: calc(100vh - 145px);
+ height: calc(100vh - 125px);
}
.layui-tree-entry .layui-tree-txt {
padding: 0 5px;
@@ -61,4 +61,10 @@
}
#organizationEditForm .layui-btn-primary:hover {
border-color: #777777;
+}
+
+
+/* 鑷畾涔� */
+#condition {
+ height: 30px;
}
\ No newline at end of file
--
Gitblit v1.9.1