mirror of https://github.com/halo-dev/halo
Update theme list.
parent
f7ea153511
commit
fb8638a610
|
@ -226,7 +226,10 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</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
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleSaveSettings"
|
@click="handleSaveSettings"
|
||||||
|
|
Loading…
Reference in New Issue