style(css): 为音频框内容添加 white-space 属性

添加 white-space: pre-wrap 以确保音频框中的文本正确换行显示
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-25 17:15:37 +08:00
parent a034c3e6cf
commit d61f57ed71
2 changed files with 2 additions and 0 deletions

View File

@@ -494,6 +494,7 @@
font-size: 14px;
color: #555555;
margin-bottom: 8px;
white-space: pre-wrap;
}
.content .works .audio-box .item .content .info .time {
font-size: 14px;

View File

@@ -575,6 +575,7 @@
font-size: 14px;
color: #555555;
margin-bottom: 8px;
white-space: pre-wrap;
}
.time {