From ce580dbeecbd9ba0fbca309a1ba46c8ecd049b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Sat, 7 Mar 2020 22:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4oj=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=E5=B1=95=E7=A4=BAissue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/common/components/comment/CommentForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/common/components/comment/CommentForm.js b/public/react/src/common/components/comment/CommentForm.js index ea1305723..dc90b7296 100644 --- a/public/react/src/common/components/comment/CommentForm.js +++ b/public/react/src/common/components/comment/CommentForm.js @@ -1,7 +1,7 @@ /* * @Description: 评论表单 * @Author: tangjiang - * @Github: + * @Github: * @Date: 2019-12-17 17:32:55 * @LastEditors : tangjiang * @LastEditTime : 2020-01-06 18:42:09 @@ -114,7 +114,7 @@ function CommentForm(props) { wrapStyle={{ height: showQuill ? 'auto' : '0px', opacity: showQuill ? 1 : 0, - overflow: showQuill ? 'none' : 'hidden', + overflow: showQuill ? 'none' : 'none', transition: 'all 0.3s' }} autoFocus={focus}