feat: pick-colors预设颜色
This commit is contained in:
parent
5c784289ad
commit
fb69417f2f
@ -30,11 +30,12 @@
|
|||||||
<div class="flex-row">
|
<div class="flex-row">
|
||||||
<div>水印颜色</div>
|
<div>水印颜色</div>
|
||||||
<pick-colors
|
<pick-colors
|
||||||
v-model:value="watermarkStyle.color"
|
:theme="darkMode ? 'dark' : 'light'"
|
||||||
show-alpha
|
show-alpha
|
||||||
format="rgb"
|
format="rgb"
|
||||||
|
v-model:value="watermarkStyle.color"
|
||||||
|
:colors="['rgba(0, 0, 0, 0.15)']"
|
||||||
:z-index="2000"
|
:z-index="2000"
|
||||||
:theme="darkMode ? 'dark' : 'light'"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row">
|
<div class="flex-row">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user