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
src/components/date-picker/base/confirm.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <i-button :class="timeClasses" size="small" type="text" :disabled="timeDisabled" v-if="showTime" @click="handleToggleTime"> |
4 | 4 | {{labels.time}} |
5 | 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 | 7 | {{labels.clear}} |
8 | 8 | </i-button> |
9 | 9 | <i-button size="small" type="primary" @click.native="handleSuccess" @keydown.enter.native="handleSuccess"> | ... | ... |