From d61f57ed71286eaa239af7d071ef48a189340756 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 25 Sep 2025 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E4=B8=BA=E9=9F=B3=E9=A2=91?= =?UTF-8?q?=E6=A1=86=E5=86=85=E5=AE=B9=E6=B7=BB=E5=8A=A0=20white-space=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 white-space: pre-wrap 以确保音频框中的文本正确换行显示 --- static/css/index.css | 1 + static/css/index.less | 1 + 2 files changed, 2 insertions(+) diff --git a/static/css/index.css b/static/css/index.css index 459589f..63d8fe0 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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; diff --git a/static/css/index.less b/static/css/index.less index 1b9874c..604440a 100644 --- a/static/css/index.less +++ b/static/css/index.less @@ -575,6 +575,7 @@ font-size: 14px; color: #555555; margin-bottom: 8px; + white-space: pre-wrap; } .time {