修改BUG:modal-body无内容时设置最小高度为100px

This commit is contained in:
Argo-Lenovo 2017-04-21 11:36:35 +08:00
parent 200648a698
commit 1a612c542e
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
.modal-body {
height: auto;
max-height: 540px;
min-height: 100px;
}
}