add blur
This commit is contained in:
parent
0fdbb26be3
commit
a7dc369142
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue