#
luxiaotao1123
2021-04-14 3982d205a43bd27789d52de4577a7abb53ac87f5
#
1个文件已修改
12 ■■■■ 已修改文件
src/main/webapp/static/css/tree.css 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
}