mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
style: form label强制折行 (#10882)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
48811f335f
commit
acfb3ff1d1
@ -468,12 +468,14 @@
|
|||||||
> .#{$ns}Form-label {
|
> .#{$ns}Form-label {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: px2rem(76px);
|
width: px2rem(76px);
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.#{$ns}Form-flexInner--label-right {
|
.#{$ns}Form-flexInner--label-right {
|
||||||
> .#{$ns}Form-label {
|
> .#{$ns}Form-label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: px2rem(76px);
|
width: px2rem(76px);
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user