修改BUG:弹窗内容太多时,在电脑屏幕上超出屏幕窗口
This commit is contained in:
parent
4c005c355a
commit
cf60c38be5
|
@ -98,4 +98,9 @@
|
|||
.aside.open {
|
||||
transform: translate(0);
|
||||
}
|
||||
|
||||
.modal-dialog .modal-body {
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -255,12 +255,11 @@
|
|||
|
||||
@media (min-height: 672px) {
|
||||
.icon-content.menu-content {
|
||||
height: 600px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .menu-content .modal-body {
|
||||
max-height: 486px;
|
||||
max-height: 600px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue