mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 02:45:55 +08:00
24 lines
305 B
SCSS
24 lines
305 B
SCSS
.permModal {
|
|
.ivu-modal-body {
|
|
max-height: 560px;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.depModal {
|
|
.ivu-modal-body {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
.tips{
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-left: 8px;
|
|
}
|
|
.title{
|
|
|
|
font-weight: bold;
|
|
margin-right: 20px;
|
|
}
|