From 4bb9b1ee39461f785469052e4c906d4a2bf23ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Mon, 10 Jul 2023 11:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmd=E5=BC=95=E7=94=A8=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/tpm/challengesnew/css/newquestion.css | 2 ++ src/modules/tpm/challengesnew/tpm-md-editor.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/tpm/challengesnew/css/newquestion.css b/src/modules/tpm/challengesnew/css/newquestion.css index 7161365b..400cd512 100644 --- a/src/modules/tpm/challengesnew/css/newquestion.css +++ b/src/modules/tpm/challengesnew/css/newquestion.css @@ -79,5 +79,7 @@ .editormd-editing .editormd{ border: none; margin:0px auto; +} +.editormd-editing .quoteBox{ overflow: unset; } \ No newline at end of file diff --git a/src/modules/tpm/challengesnew/tpm-md-editor.js b/src/modules/tpm/challengesnew/tpm-md-editor.js index e97a8305..11d2a590 100644 --- a/src/modules/tpm/challengesnew/tpm-md-editor.js +++ b/src/modules/tpm/challengesnew/tpm-md-editor.js @@ -762,7 +762,7 @@ export default ({ mdID, onChange, onCMBeforeChange, onCMBlur, error = false, cla return (
-
+
{quoteVisible && QuoteDiv } {atWhoVisible && atWhoList}