|
|
|
@ -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}
|
|
|
|
|