mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
feat: 优化颜色选择器
This commit is contained in:
@@ -9,6 +9,7 @@ const themeStore = useThemeStore()
|
||||
<template #trigger>
|
||||
<n-color-picker
|
||||
class="mr-16 h-24 w-24"
|
||||
:show-alpha="false"
|
||||
v-model:value="themeStore.primaryColor"
|
||||
:render-label="() => ''"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user