feat: theme change
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user