css 微调

This commit is contained in:
2betop 2021-08-18 16:13:17 +08:00
parent fc6ad1d0c9
commit d3a3ffd919

View File

@ -233,12 +233,11 @@
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
}
> .#{$ns}Form-label,
> .#{$ns}Form-value {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
width: 100%;
width: 0;
}
.#{$ns}Form-itemColumn--xs,