mirror of https://github.com/halo-dev/halo-admin
Remove about tab from theme setting.
parent
8243ccbca0
commit
3f454a75bf
|
@ -198,21 +198,6 @@
|
|||
</a-form-item>
|
||||
</a-form>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane
|
||||
key="about"
|
||||
tab="关于"
|
||||
>
|
||||
<a-form-item>
|
||||
<a-popconfirm
|
||||
:title="'确定删除【' + themeProperty.name + '】主题?'"
|
||||
@confirm="deleteTheme(themeProperty.id)"
|
||||
okText="确定"
|
||||
cancelText="取消"
|
||||
>
|
||||
<a-button type="danger">删除该主题</a-button>
|
||||
</a-popconfirm>
|
||||
</a-form-item>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</a-skeleton>
|
||||
</a-col>
|
||||
|
|
Loading…
Reference in New Issue