Commit e64ee85c39b58502b2fbbccb35eb117bd8ec1df1
1 parent
dc12b92c
update Poptip Icons
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/poptip/poptip.vue
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <div :class="[prefixCls + '-arrow']"></div> |
28 | 28 | <div :class="[prefixCls + '-inner']" v-if="confirm"> |
29 | 29 | <div :class="[prefixCls + '-body']"> |
30 | - <i class="ivu-icon ivu-icon-help-circled"></i> | |
30 | + <i class="ivu-icon ivu-icon-ios-help-circle"></i> | |
31 | 31 | <div :class="[prefixCls + '-body-message']"><slot name="title">{{ title }}</slot></div> |
32 | 32 | </div> |
33 | 33 | <div :class="[prefixCls + '-footer']"> | ... | ... |