update ColorPicker

This commit is contained in:
梁灏 2017-08-18 16:49:42 +08:00
parent 59dc2df009
commit 8105945f4f
4 changed files with 19 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="ivu-select-dropdown" :style="styles"><slot></slot></div>
<div class="ivu-select-dropdown" :class="className" :style="styles"><slot></slot></div>
</template>
<script>
import Vue from 'vue';
@ -13,6 +13,9 @@
placement: {
type: String,
default: 'bottom-start'
},
className: {
type: String
}
},
data () {