From f8e13af67262225021e804bb7ef9f1c6d59f4c81 Mon Sep 17 00:00:00 2001 From: smallclover <18363998103@163.com> Date: Tue, 14 Oct 2025 20:24:11 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8Cmarkdown=E5=9C=A8?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E6=A8=A1=E5=BC=8F=E4=B8=8B=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E8=A1=8C=E5=8F=B7=E5=92=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=97=A0=E6=B3=95=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/assets/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_nuxt/assets/global.css b/frontend_nuxt/assets/global.css index 22c95c8a8..42d4118be 100644 --- a/frontend_nuxt/assets/global.css +++ b/frontend_nuxt/assets/global.css @@ -205,6 +205,7 @@ body { border-radius: 4px; background-color: var(--code-highlight-background-color); color: var(--text-color); + white-space: pre; /* 禁止自动换行 */ } .copy-code-btn {