mirror of https://github.com/halo-dev/halo-admin
Update theme list.
parent
b4875a1912
commit
ab66b9acb4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue