修改BUG:修复IE10下菜单页面input-group弹窗折行,增加dialog宽度为940px

This commit is contained in:
Argo-MacBookPro 2018-10-06 14:09:45 +08:00
parent faf92e10db
commit ab1b7b7957
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
max-width: 940px;
}
.modal-xl {

View File

@ -39,7 +39,7 @@
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
max-width: 940px;
}
.modal-xl {