Commit 851dbcb358766e27ff6e239325633edc724fdde3
1 parent
0bb43097
update component's Button type
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
src/components/color-picker/color-picker.vue
| @@ -87,7 +87,6 @@ | @@ -87,7 +87,6 @@ | ||
| 87 | ref="clear" | 87 | ref="clear" |
| 88 | :tabindex="0" | 88 | :tabindex="0" |
| 89 | size="small" | 89 | size="small" |
| 90 | - type="ghost" | ||
| 91 | @click.native="handleClear" | 90 | @click.native="handleClear" |
| 92 | @keydown.enter="handleClear" | 91 | @keydown.enter="handleClear" |
| 93 | @keydown.native.esc="closer" | 92 | @keydown.native.esc="closer" |
src/components/date-picker/base/confirm.vue
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <i-button :class="timeClasses" size="small" type="text" :disabled="timeDisabled" v-if="showTime" @click="handleToggleTime"> | 3 | <i-button :class="timeClasses" size="small" type="text" :disabled="timeDisabled" v-if="showTime" @click="handleToggleTime"> |
| 4 | {{labels.time}} | 4 | {{labels.time}} |
| 5 | </i-button> | 5 | </i-button> |
| 6 | - <i-button size="small" type="ghost" @click.native="handleClear" @keydown.enter.native="handleClear"> | 6 | + <i-button size="small" @click.native="handleClear" @keydown.enter.native="handleClear"> |
| 7 | {{labels.clear}} | 7 | {{labels.clear}} |
| 8 | </i-button> | 8 | </i-button> |
| 9 | <i-button size="small" type="primary" @click.native="handleSuccess" @keydown.enter.native="handleSuccess"> | 9 | <i-button size="small" type="primary" @click.native="handleSuccess" @keydown.enter.native="handleSuccess"> |