update ColorPicker
This commit is contained in:
parent
9af2f01cb2
commit
dab3947668
2 changed files with 4 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
<Slider v-model="alphaNumber" :min="0" :max="100"></Slider>
|
||||
</div>
|
||||
<recommend-colors v-if="colors.length" :list="colors" :class="[prefixCls + '-picker-colors']"></recommend-colors>
|
||||
<recommend-colors v-if="!colors.length && recommend" :list="recommendedColor" :class="[prefixCls + '-picker-colors', prefixCls + '-picker-colors-recommended']"></recommend-colors>
|
||||
<recommend-colors v-if="!colors.length && recommend" :list="recommendedColor" :class="[prefixCls + '-picker-colors']"></recommend-colors>
|
||||
<Confirm></Confirm>
|
||||
</div>
|
||||
</Dropdown-menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue