mirror of https://github.com/halo-dev/halo-admin
Remove CUSTOM_STYLE option item.
parent
22af605598
commit
21aecc8abc
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue