mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 17:48:34 +08:00
style: 💄 优化 SidebarItem 和 Radio 标题文字超长状况的处理
This commit is contained in:
parent
e3dc36e832
commit
4afd661040
@ -93,6 +93,7 @@
|
|||||||
font-size: $-radio-label-fs;
|
font-size: $-radio-label-fs;
|
||||||
color: $-radio-label-color;
|
color: $-radio-label-color;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
@include when(checked) {
|
@include when(checked) {
|
||||||
.wd-radio__shape {
|
.wd-radio__shape {
|
||||||
|
|||||||
@ -86,6 +86,7 @@
|
|||||||
|
|
||||||
@include edeep(badge) {
|
@include edeep(badge) {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include edeep(icon) {
|
@include edeep(icon) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user