style: 💄 优化 SidebarItem 和 Radio 标题文字超长状况的处理

This commit is contained in:
不如摸鱼去 2025-06-22 18:45:48 +08:00
parent e3dc36e832
commit 4afd661040
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@
font-size: $-radio-label-fs;
color: $-radio-label-color;
line-height: 20px;
word-break: break-all;
}
@include when(checked) {
.wd-radio__shape {

View File

@ -86,6 +86,7 @@
@include edeep(badge) {
z-index: 2;
word-break: break-all;
}
@include edeep(icon) {