update Modal Icons
This commit is contained in:
parent
36e46e5a77
commit
06a4433d86
2 changed files with 21 additions and 35 deletions
|
@ -9,7 +9,7 @@
|
|||
<div :class="[prefixCls + '-content']">
|
||||
<a :class="[prefixCls + '-close']" v-if="closable" @click="close">
|
||||
<slot name="close">
|
||||
<Icon type="ios-close-empty"></Icon>
|
||||
<Icon type="ios-close"></Icon>
|
||||
</slot>
|
||||
</a>
|
||||
<div :class="[prefixCls + '-header']" v-if="showHead"><slot name="header"><div :class="[prefixCls + '-header-inner']">{{ title }}</div></slot></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue