|
@@ -390,6 +390,7 @@
|
|
|
class="w-full"
|
|
|
format="CSS"
|
|
|
:color-modes="['monochrome']"
|
|
|
+ :enable-alpha="true"
|
|
|
:show-primary-color-preview="false"
|
|
|
enable-alpha
|
|
|
v-model="data.pen.background"
|
|
@@ -404,6 +405,7 @@
|
|
|
<t-color-picker
|
|
|
class="w-full"
|
|
|
format="CSS"
|
|
|
+ :enable-alpha="true"
|
|
|
:color-modes="['linear-gradient']"
|
|
|
:show-primary-color-preview="false"
|
|
|
v-model="data.pen.gradientColors"
|
|
@@ -417,6 +419,7 @@
|
|
|
<t-color-picker
|
|
|
class="simple"
|
|
|
format="CSS"
|
|
|
+ :enable-alpha="true"
|
|
|
:color-modes="['linear-gradient']"
|
|
|
:show-primary-color-preview="false"
|
|
|
v-model="data.pen.gradientColors"
|