Update theme list.

pull/25/head
ruibaby 2019-06-12 11:51:17 +08:00
parent b4875a1912
commit ab66b9acb4
1 changed files with 4 additions and 1 deletions

View File

@ -226,7 +226,10 @@
</a-col>
</a-row>
<footer-tool-bar :style="{ width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}">
<footer-tool-bar
v-if="themeConfiguration.length>0"
:style="{ width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}"
>
<a-button
type="primary"
@click="handleSaveSettings"