#
luxiaotao1123
2021-04-22 7fd1dc4865b941ec8c6c1215fe5adecab80381d9
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;
}