style(css): 为音频框内容添加 white-space 属性
添加 white-space: pre-wrap 以确保音频框中的文本正确换行显示
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -575,6 +575,7 @@
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
margin-bottom: 8px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.time {
|
||||
|
||||
Reference in New Issue
Block a user