color 添加透明度

This commit is contained in:
qianlishi
2021-06-30 09:24:27 +08:00
parent 44a45247e7
commit c4b5e2a436

View File

@@ -10,6 +10,7 @@
<el-color-picker
v-model="colorValue"
:predefine="predefineColors"
show-alpha
size="mini"
@change="changeColor"
/>