mirror of https://github.com/halo-dev/halo-admin
Update theme list.
parent
50c73b9997
commit
cf735a425d
|
@ -162,6 +162,7 @@
|
||||||
<a-tabs
|
<a-tabs
|
||||||
type="card"
|
type="card"
|
||||||
defaultActiveKey="0"
|
defaultActiveKey="0"
|
||||||
|
v-if="themeConfiguration.length>0"
|
||||||
>
|
>
|
||||||
<a-tab-pane
|
<a-tab-pane
|
||||||
v-for="(group, index) in themeConfiguration"
|
v-for="(group, index) in themeConfiguration"
|
||||||
|
@ -215,6 +216,11 @@
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
</a-tabs>
|
</a-tabs>
|
||||||
|
<a-alert
|
||||||
|
message="当前主题暂无设置选项"
|
||||||
|
banner
|
||||||
|
v-else
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</a-skeleton>
|
</a-skeleton>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
Loading…
Reference in New Issue