更新样式:增加form-group-dropdown样式

This commit is contained in:
Argo-MacBookPro 2018-10-04 15:48:24 +08:00
parent ff0315b0dd
commit 8e9ec72ebf
1 changed files with 14 additions and 0 deletions

View File

@ -321,3 +321,17 @@ input.pending {
.datetimepicker table tr td span {
white-space: nowrap;
}
.form-inline .form-group-dropdown {
display: flex;
flex-wrap: nowrap;
}
.form-inline .form-group-dropdown .control-label {
padding: 6px 0;
margin: 0 10px 0 0;
}
.form-inline .form-group-dropdown .dropdown, .form-inline .form-group-dropdown .dropup {
display: inline-block;
}