固定菜单弹窗高度
This commit is contained in:
parent
983a11e907
commit
4f131cd36d
|
@ -200,3 +200,8 @@
|
|||
width: 600px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.menu-content .modal-body {
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue