From d50a32d233ac9e9c61e6b5e68d5a2ab7c37c9f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Mon, 25 Sep 2023 10:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Component/RichEditor/index.jsx | 1 + src/forge/Component/RichEditor/index.scss | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/forge/Component/RichEditor/index.scss diff --git a/src/forge/Component/RichEditor/index.jsx b/src/forge/Component/RichEditor/index.jsx index aa9da43f8..21485b82c 100644 --- a/src/forge/Component/RichEditor/index.jsx +++ b/src/forge/Component/RichEditor/index.jsx @@ -4,6 +4,7 @@ import '@wangeditor/editor/dist/css/style.css'; import cookie from 'react-cookies'; import { message, Spin } from 'antd'; import axios from 'axios'; +import './index.scss'; // 富文本编辑器 function MyEditor(props) { diff --git a/src/forge/Component/RichEditor/index.scss b/src/forge/Component/RichEditor/index.scss new file mode 100644 index 000000000..002e8faad --- /dev/null +++ b/src/forge/Component/RichEditor/index.scss @@ -0,0 +1,5 @@ +.w-e-modal{ + input, button, select, optgroup, textarea{ + line-height: 1.9; + } +} \ No newline at end of file