From 409297c6aa9feaf68bd599a913b2a329582df51e Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 2 Nov 2022 19:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E8=AF=95=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/layouts/index.less | 4 ++-- src/pages/script/editModal.tsx | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/layouts/index.less b/src/layouts/index.less index 9cf1ff8d..62e88061 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -179,8 +179,8 @@ .Resizer { background: @component-background; - opacity: 0.2; - z-index: 1; + opacity: 0.8; + z-index: 100; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; diff --git a/src/pages/script/editModal.tsx b/src/pages/script/editModal.tsx index 68e6f69e..4f6e3e17 100644 --- a/src/pages/script/editModal.tsx +++ b/src/pages/script/editModal.tsx @@ -253,7 +253,15 @@ const EditModal = ({ editorRef.current = editor; }} /> -
{log}
+
+          {log}
+