1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

refactor: 设置主题色样式

This commit is contained in:
zclzone 2024-05-12 14:01:35 +08:00
parent 769fd86d30
commit 0ac55503b7

View File

@ -2,10 +2,11 @@
<n-tooltip trigger="hover">
<template #trigger>
<n-color-picker
class="mr-16 h-40 w-80"
class="mr-16 h-32 w-32"
:value="appStore.primaryColor"
:swatches="primaryColors"
:on-update:value="(v) => appStore.setPrimaryColor(v)"
:render-label="() => ''"
/>
</template>
设置主题色