fix(#I10GQT): 角色对菜单授权窗口固定高度

#Comment
comment #I10GQT

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I10GQT
This commit is contained in:
Argo Zhang (Win) 2019-08-10 15:17:11 +08:00
parent 0251922b93
commit 8308e95a20
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<h5 class="modal-title" id="myMenuModalLabel">请选择菜单</h5>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
</div>
<div class="modal-body">
<div class="modal-body modal-body-fixed">
<div class="dd" id="nestable_menu">
<ol class="dd-list"></ol>
</div>

View File

@ -122,4 +122,8 @@
.modal-xl {
max-width: 1100px;
}
.modal-body-fixed {
max-height: calc(80vh);
}
}

View File

@ -457,6 +457,11 @@ input.pending {
padding: 15px 15px 0 15px;
}
.modal-body-fixed {
max-height: calc(54vh);
overflow-y: auto;
}
.card {
margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);