update component's Button type
This commit is contained in:
parent
0bb43097fc
commit
851dbcb358
2 changed files with 1 additions and 2 deletions
|
@ -87,7 +87,6 @@
|
||||||
ref="clear"
|
ref="clear"
|
||||||
:tabindex="0"
|
:tabindex="0"
|
||||||
size="small"
|
size="small"
|
||||||
type="ghost"
|
|
||||||
@click.native="handleClear"
|
@click.native="handleClear"
|
||||||
@keydown.enter="handleClear"
|
@keydown.enter="handleClear"
|
||||||
@keydown.native.esc="closer"
|
@keydown.native.esc="closer"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<i-button :class="timeClasses" size="small" type="text" :disabled="timeDisabled" v-if="showTime" @click="handleToggleTime">
|
<i-button :class="timeClasses" size="small" type="text" :disabled="timeDisabled" v-if="showTime" @click="handleToggleTime">
|
||||||
{{labels.time}}
|
{{labels.time}}
|
||||||
</i-button>
|
</i-button>
|
||||||
<i-button size="small" type="ghost" @click.native="handleClear" @keydown.enter.native="handleClear">
|
<i-button size="small" @click.native="handleClear" @keydown.enter.native="handleClear">
|
||||||
{{labels.clear}}
|
{{labels.clear}}
|
||||||
</i-button>
|
</i-button>
|
||||||
<i-button size="small" type="primary" @click.native="handleSuccess" @keydown.enter.native="handleSuccess">
|
<i-button size="small" type="primary" @click.native="handleSuccess" @keydown.enter.native="handleSuccess">
|
||||||
|
|
Loading…
Add table
Reference in a new issue