🪄 修正换行问题

This commit is contained in:
hi2hi 2025-11-10 17:15:34 +08:00
parent 2d331823b9
commit 640fd787a2

View File

@ -134,11 +134,13 @@ const {
.item-content-sub-label { .item-content-sub-label {
height: var(--real-time-label-line-height); height: var(--real-time-label-line-height);
line-height: var(--real-time-label-line-height); line-height: var(--real-time-label-line-height);
white-space: nowrap;
} }
.item-content-sub-content { .item-content-sub-content {
display: flex; display: flex;
align-items: center; align-items: center;
white-space: nowrap;
} }
.item-value, .item-value,