From 610b45eeba9d2a54337c82416d10fcc3b952939d Mon Sep 17 00:00:00 2001 From: tangjiang <465264938@qq.com> Date: Fri, 20 Dec 2019 16:13:39 +0800 Subject: [PATCH] update quill style --- public/react/src/common/quillForEditor/index.js | 5 ++--- public/react/src/common/quillForEditor/index.scss | 1 - .../developer/newOrEditTask/leftpane/editorTab/index.js | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/public/react/src/common/quillForEditor/index.js b/public/react/src/common/quillForEditor/index.js index 718539de2..8dcf995f4 100644 --- a/public/react/src/common/quillForEditor/index.js +++ b/public/react/src/common/quillForEditor/index.js @@ -4,7 +4,7 @@ * @Github: * @Date: 2019-12-18 08:49:30 * @LastEditors: tangjiang - * @LastEditTime: 2019-12-20 15:55:50 + * @LastEditTime: 2019-12-20 16:07:37 */ import './index.scss'; import 'quill/dist/quill.core.css'; // 核心样式 @@ -66,7 +66,6 @@ function QuillForEditor ({ }, readOnly, placeholder, - scrollingContainer: '#editorContainer', theme: readOnly ? 'bubble' : 'snow' }; @@ -161,7 +160,7 @@ function QuillForEditor ({ // 返回结果 return ( -