Fix form item layout bug when zoom out, close #6097

This commit is contained in:
afc163 2017-05-11 21:10:30 +08:00
parent 0c88ec2f38
commit 9089674a6f

View File

@ -222,6 +222,9 @@ form {
.@{ant-prefix}-select,
.@{ant-prefix}-cascader-picker {
width: 100%;
&:only-child {
display: block;
}
}
}