feat: theme change

This commit is contained in:
xuziqiang
2024-05-22 14:36:37 +08:00
parent 54b7ffb119
commit 60ae99d410
5 changed files with 11 additions and 10 deletions

View File

@@ -123,11 +123,11 @@
</template>
</a-dropdown>
<!-- <div class="setting action" v-if="currentThemeColor" @click="changeSettingVisible(true)">
<div class="setting action" v-if="currentThemeColor" @click="changeSettingVisible(true)">
<setting-outlined />
</div> -->
</div>
</div>
<!-- <a-drawer v-model:visible="settingVisible" title="外观管理" placement="right">
<a-drawer v-model:visible="settingVisible" title="外观管理" placement="right">
<a-divider>主题</a-divider>
<div class="theme-picker">
<template v-for="color in themeColorList" :key="color">
@@ -139,7 +139,7 @@
><check-outlined /></span
></template>
</div>
</a-drawer> -->
</a-drawer>
</a-layout-header>
</template>