update ColorPicker
This commit is contained in:
parent
59dc2df009
commit
8105945f4f
4 changed files with 19 additions and 4 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue