style: form label强制折行 (#10882)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2024-09-06 13:56:15 +08:00 committed by GitHub
parent 48811f335f
commit acfb3ff1d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -468,12 +468,14 @@
> .#{$ns}Form-label {
text-align: left;
width: px2rem(76px);
word-break: break-all;
}
}
.#{$ns}Form-flexInner--label-right {
> .#{$ns}Form-label {
text-align: right;
width: px2rem(76px);
word-break: break-all;
}
}
}