修改BUG:角色关联菜单页面弹窗内容overflow
This commit is contained in:
parent
0cc606390b
commit
652f2d0359
|
@ -75,6 +75,7 @@
|
||||||
right: 15px;
|
right: 15px;
|
||||||
z-index: 1051;
|
z-index: 1051;
|
||||||
display: none;
|
display: none;
|
||||||
|
min-height: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content .fa-nav {
|
.icon-content .fa-nav {
|
||||||
|
@ -256,7 +257,7 @@
|
||||||
margin-right: 160px;
|
margin-right: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content.menu-content {
|
.menu-content {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -266,18 +267,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 940px) {
|
@media (min-width: 940px) {
|
||||||
.icon-content.menu-content {
|
.menu-content {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-height: 672px) {
|
@media (min-height: 672px) {
|
||||||
.icon-content.menu-content {
|
.menu-content {
|
||||||
top: 0;
|
height: 600px;
|
||||||
bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal .modal-dialog .menu-content .modal-body {
|
.modal .menu-content .modal-body {
|
||||||
max-height: 600px;
|
height: 490px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue