wang-hao-jie
2021-10-29 e05949ce9f3db79981e54b194eafc1e27c8be1b5
1
2
3
4
5
6
7
8
9
10
11
12
13
.permModal {
    .ivu-modal-body {
        max-height: 560px;
        overflow: auto;
    }
}
 
.depModal {
    .ivu-modal-body {
        max-height: 500px;
        overflow: auto;
    }
}