调整oj编辑器公式展示issue

dev_aliyun2
杨树明 5 years ago committed by harry
parent b773151e34
commit ce580dbeec

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

Loading…
Cancel
Save