xuefei
2023-05-04 d583ee91ff627890ce0a2a1055dcdc394d2391e2
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;
    }
}