mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: inline-form span layout not work #3862
This commit is contained in:
parent
28e2660994
commit
a1e180da8c
@ -362,8 +362,11 @@ form {
|
||||
|
||||
//== Inline Form
|
||||
.@{form-prefix-cls}-inline {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.@{form-prefix-cls}-item {
|
||||
display: inline-block;
|
||||
flex: none;
|
||||
flex-wrap: nowrap;
|
||||
margin-right: 16px;
|
||||
margin-bottom: 0;
|
||||
|
||||
@ -376,6 +379,9 @@ form {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
> .@{form-prefix-cls}-item-label {
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
|
||||
.@{form-prefix-cls}-text {
|
||||
|
Loading…
Reference in New Issue
Block a user