From aa3a391c1c763fc9b39be77076d7aeb7eea9cfb5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 5 Mar 2026 14:58:13 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-05=20=E6=8E=A5=E5=8F=A3=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=AE=A1=E7=90=86=EF=BC=88interfaceLog.vue=EF=BC=89?= =?UTF-8?q?=E5=92=8C=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=88systemLog.vue=EF=BC=89=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E3=80=90=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0=E3=80=91=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=BE=AE=E8=BD=AF=E9=9B=85=E9=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/interface/interfaceLog.vue | 3 ++- src/views/modules/sys/interface/systemLog.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/sys/interface/interfaceLog.vue b/src/views/modules/sys/interface/interfaceLog.vue index d1330ed..471fbbd 100644 --- a/src/views/modules/sys/interface/interfaceLog.vue +++ b/src/views/modules/sys/interface/interfaceLog.vue @@ -833,8 +833,9 @@ export default { .json-viewer pre { margin: 0; - font-family: 'Courier New', Courier, monospace; + font-family: 'Microsoft YaHei', 'Courier New', Courier, monospace; font-size: 13px; + //font-weight: bold; line-height: 1.6; color: #333; white-space: pre-wrap; diff --git a/src/views/modules/sys/interface/systemLog.vue b/src/views/modules/sys/interface/systemLog.vue index f073d85..ea06e8c 100644 --- a/src/views/modules/sys/interface/systemLog.vue +++ b/src/views/modules/sys/interface/systemLog.vue @@ -833,8 +833,9 @@ export default { .json-viewer pre { margin: 0; - font-family: 'Courier New', Courier, monospace; + font-family: 'Microsoft YaHei', 'Courier New', Courier, monospace; font-size: 13px; + //font-weight: bold; line-height: 1.6; color: #333; white-space: pre-wrap;