From 70d0c71414755d94978431eb700854e994459601 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 10 May 2023 23:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/error/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/error/index.less b/src/pages/error/index.less index 7022be15..a1c5c974 100644 --- a/src/pages/error/index.less +++ b/src/pages/error/index.less @@ -45,9 +45,10 @@ } .log { - height: calc(100vh - 150px); + height: calc(90vh - 150px); overflow-y: auto; padding: 12px; + white-space: pre-line; } } }