update Cascader Icons

This commit is contained in:
梁灏 2018-06-25 13:30:40 +08:00
parent 0f512d6a73
commit 207d6b072b
3 changed files with 55 additions and 59 deletions

View file

@ -16,8 +16,8 @@
:class="[prefixCls + '-label']"
v-show="filterable && query === ''"
@click="handleFocus">{{ displayRender }}</div>
<Icon type="ios-close" :class="[prefixCls + '-arrow']" v-show="showCloseIcon" @click.native.stop="clearSelect"></Icon>
<Icon type="arrow-down-b" :class="[prefixCls + '-arrow']"></Icon>
<Icon type="ios-close-circle" :class="[prefixCls + '-arrow']" v-show="showCloseIcon" @click.native.stop="clearSelect"></Icon>
<Icon type="ios-arrow-down" :class="[prefixCls + '-arrow']"></Icon>
</slot>
</div>
<transition name="transition-drop">