mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
refactor: 设置主题色样式
This commit is contained in:
parent
769fd86d30
commit
0ac55503b7
@ -2,10 +2,11 @@
|
|||||||
<n-tooltip trigger="hover">
|
<n-tooltip trigger="hover">
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<n-color-picker
|
<n-color-picker
|
||||||
class="mr-16 h-40 w-80"
|
class="mr-16 h-32 w-32"
|
||||||
:value="appStore.primaryColor"
|
:value="appStore.primaryColor"
|
||||||
:swatches="primaryColors"
|
:swatches="primaryColors"
|
||||||
:on-update:value="(v) => appStore.setPrimaryColor(v)"
|
:on-update:value="(v) => appStore.setPrimaryColor(v)"
|
||||||
|
:render-label="() => ''"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
设置主题色
|
设置主题色
|
||||||
|
Loading…
x
Reference in New Issue
Block a user