更新样式:增加.form-row, .row 样式约束条件,仅在form-inline下进行填充
This commit is contained in:
parent
ca88b3b0ca
commit
69add66408
|
@ -73,6 +73,10 @@ input.pending {
|
|||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.form-inline .form-row, .form-inline .row {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #f5f5f5;
|
||||
padding: 10px 15px;
|
||||
|
@ -157,10 +161,6 @@ input.pending {
|
|||
border: 1px dashed #999;
|
||||
}
|
||||
|
||||
.form-row, .row {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
[data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
|
|
@ -73,6 +73,10 @@ input.pending {
|
|||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.form-inline .form-row, .form-inline .row {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #f5f5f5;
|
||||
padding: 10px 15px;
|
||||
|
@ -157,10 +161,6 @@ input.pending {
|
|||
border: 1px dashed #999;
|
||||
}
|
||||
|
||||
.form-row, .row {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
[data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue