|
@@ -128,6 +128,7 @@
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple mt-8 mr-4"
|
|
class="simple mt-8 mr-4"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.hoverColor"
|
|
v-model="data.hoverColor"
|
|
@@ -138,6 +139,7 @@
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple mt-8 mr-4"
|
|
class="simple mt-8 mr-4"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.activeColor"
|
|
v-model="data.activeColor"
|
|
@@ -354,6 +356,7 @@
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="w-full"
|
|
class="w-full"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['linear-gradient']"
|
|
:color-modes="['linear-gradient']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.gradientColors"
|
|
v-model="data.gradientColors"
|
|
@@ -364,6 +367,7 @@
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple"
|
|
class="simple"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['linear-gradient']"
|
|
:color-modes="['linear-gradient']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.gradientColors"
|
|
v-model="data.gradientColors"
|
|
@@ -396,6 +400,7 @@
|
|
v-if="data.shadow"
|
|
v-if="data.shadow"
|
|
class="simple"
|
|
class="simple"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.shadowColor"
|
|
v-model="data.shadowColor"
|
|
@@ -572,6 +577,7 @@
|
|
<label style="width: 44px">前景</label>
|
|
<label style="width: 44px">前景</label>
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple mt-8 mr-4"
|
|
class="simple mt-8 mr-4"
|
|
|
|
+ :enable-alpha="true"
|
|
format="CSS"
|
|
format="CSS"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
@@ -582,6 +588,7 @@
|
|
|
|
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple mt-8 mr-4"
|
|
class="simple mt-8 mr-4"
|
|
|
|
+ :enable-alpha="true"
|
|
format="CSS"
|
|
format="CSS"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
@@ -593,6 +600,7 @@
|
|
<t-color-picker
|
|
<t-color-picker
|
|
class="simple mt-8 mr-4"
|
|
class="simple mt-8 mr-4"
|
|
format="CSS"
|
|
format="CSS"
|
|
|
|
+ :enable-alpha="true"
|
|
:color-modes="['monochrome']"
|
|
:color-modes="['monochrome']"
|
|
:show-primary-color-preview="false"
|
|
:show-primary-color-preview="false"
|
|
v-model="data.activeColor"
|
|
v-model="data.activeColor"
|