mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-19 02:30:43 +08:00
🪄 修正换行问题
This commit is contained in:
parent
2d331823b9
commit
640fd787a2
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user