mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 09:16:40 +08:00
7 lines
150 B
CSS
7 lines
150 B
CSS
.organizationTree {
|
|
width: 100% !important;
|
|
height: -webkit-calc(100vh - 130px);
|
|
height: -moz-calc(100vh - 130px);
|
|
height: calc(100vh - 130px);
|
|
}
|