Update theme list.

pull/25/head
ruibaby 2019-06-12 11:49:58 +08:00
parent 50c73b9997
commit cf735a425d
1 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,7 @@
<a-tabs
type="card"
defaultActiveKey="0"
v-if="themeConfiguration.length>0"
>
<a-tab-pane
v-for="(group, index) in themeConfiguration"
@ -215,6 +216,11 @@
</a-form>
</a-tab-pane>
</a-tabs>
<a-alert
message="当前主题暂无设置选项"
banner
v-else
/>
</div>
</a-skeleton>
</a-col>