Files
QingLong/WebRoot/admin/css/other/department.css

7 lines
150 B
CSS
Raw Normal View History

2025-08-15 09:13:13 +08:00
.organizationTree {
width: 100% !important;
height: -webkit-calc(100vh - 130px);
height: -moz-calc(100vh - 130px);
height: calc(100vh - 130px);
}