This commit is contained in:
梁灏 2018-08-24 16:47:35 +08:00
parent 0fdbb26be3
commit a7dc369142

View file

@ -84,7 +84,7 @@
<div :class="[prefixCls + '-confirm']"> <div :class="[prefixCls + '-confirm']">
<span :class="confirmColorClasses"> <span :class="confirmColorClasses">
<template v-if="editable"> <template v-if="editable">
<i-input :value="formatColor" size="small" @on-enter="handleEditColor"></i-input> <i-input :value="formatColor" size="small" @on-enter="handleEditColor" @on-blur="handleEditColor"></i-input>
</template> </template>
<template v-else>{{formatColor}}</template> <template v-else>{{formatColor}}</template>
</span> </span>