更新样式:增加modal-xl样式

This commit is contained in:
Argo-MacBookPro 2018-09-30 23:45:25 +08:00
parent 6978c6227c
commit 8e520dc590
2 changed files with 20 additions and 2 deletions

View File

@ -14,6 +14,10 @@
padding-bottom: 6px;
}
.form-inline select.form-control {
min-width: 194px;
}
.modal-lg {
max-width: calc(90%);
}
@ -37,4 +41,14 @@
.modal-lg {
max-width: 900px;
}
.modal-xl {
max-width: calc(100% - 100px);
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1100px;
}
}

View File

@ -41,10 +41,14 @@
.modal-lg {
max-width: 900px;
}
.modal-xl {
max-width: calc(100% - 100px);
}
}
@media (min-width: 1200px) {
.modal-lg {
max-width: calc(100% - 200px);
.modal-xl {
max-width: 1100px;
}
}