fix: Form flex inline style (#24531)

This commit is contained in:
二货机器人 2020-05-28 12:47:37 +08:00 committed by GitHub
parent 6773020607
commit cf401f73c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,7 @@
// ==============================================================
&-label {
display: inline-block;
flex: none;
flex-grow: 0;
overflow: hidden;
white-space: nowrap;
text-align: right;

View File

@ -20,6 +20,10 @@
vertical-align: top;
}
> .@{form-item-prefix-cls}-label {
flex: none;
}
.@{form-prefix-cls}-text {
display: inline-block;
}