Remove CUSTOM_STYLE option item.

pull/25/head
ruibaby 2019-05-25 13:23:16 +08:00
parent 22af605598
commit 21aecc8abc
1 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@
> >
<a-input v-model="options.comment_content_placeholder" /> <a-input v-model="options.comment_content_placeholder" />
</a-form-item> </a-form-item>
<a-form-item <!-- <a-form-item
label="自定义样式:" label="自定义样式:"
:wrapper-col="wrapperCol" :wrapper-col="wrapperCol"
> >
@ -235,7 +235,7 @@
:autosize="{ minRows: 5 }" :autosize="{ minRows: 5 }"
v-model="options.comment_custom_style" v-model="options.comment_custom_style"
/> />
</a-form-item> </a-form-item> -->
<a-form-item> <a-form-item>
<a-button <a-button
type="primary" type="primary"