1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-08 03:01:56 +08:00

提供一套不错的颜色模板

This commit is contained in:
马云海 mayunhai () 2019-03-20 16:51:11 +08:00
parent c174e8e0b5
commit 9ae7cf04ca

View File

@ -1,6 +1,7 @@
<template>
<el-color-picker
v-model="theme"
:predefine="['#409EFF', '#11a983', '#13c2c2', '#6959CD', '#f5222d', '#eb2f96', '#DB7093', '#e6a23c', '#8B8989', '#212121']"
class="theme-picker"
popper-class="theme-picker-dropdown"
/>