Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update theme list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 12, 2019
1 parent b4875a1 commit ab66b9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/interface/ThemeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab66b9a

Please sign in to comment.