Files
backend/public/demos/css/department.css
2025-06-18 10:31:43 +08:00

7 lines
150 B
CSS
Executable File

.organizationTree {
width: 100% !important;
height: -webkit-calc(100vh - 130px);
height: -moz-calc(100vh - 130px);
height: calc(100vh - 130px);
}