update ColorPicker

This commit is contained in:
梁灏 2017-08-16 16:36:17 +08:00
parent b6bda1dcb5
commit 9673dcb04c
2 changed files with 15 additions and 2 deletions

View file

@ -68,6 +68,7 @@
wrapClasses () {
return [
`${prefixCls}-rel`,
`${prefixCls}-${this.size}`,
`${inputPrefixCls}-wrapper`,
`${inputPrefixCls}-wrapper-${this.size}`
];