From 99085e5c954922484ea48c2b22c9be52e47cfaee Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 25 May 2021 18:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=97=A5=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/layouts/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.less b/src/layouts/index.less index 95f7be9a..5b79677a 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -81,8 +81,8 @@ body { .log-modal-code { .CodeMirror-sizer { - width: 500px; - transform: scale(0.9); + width: 380px; + transform: scale(0.83); transform-origin: top left; min-height: auto; }