From 3982d205a43bd27789d52de4577a7abb53ac87f5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 14 四月 2021 10:13:18 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/tree.css | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/css/tree.css b/src/main/webapp/static/css/tree.css index 9e5ac19..aef4bf0 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 - 100px); - height: -moz-calc(100vh - 100px); - height: calc(100vh - 100px); + height: -webkit-calc(100vh - 125px); + height: -moz-calc(100vh - 125px); + 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