update Modal、Poptip
update Modal、Poptip
This commit is contained in:
parent
71d9fc8e45
commit
669937325b
8 changed files with 66 additions and 67 deletions
|
@ -21,7 +21,7 @@
|
|||
<div :class="[prefixCls + '-body-message']"><slot name="title">{{ title }}</slot></div>
|
||||
</div>
|
||||
<div :class="[prefixCls + '-footer']">
|
||||
<i-button type="ghost" size="small" @click="cancel">{{ cancelText }}</i-button>
|
||||
<i-button type="text" size="small" @click="cancel">{{ cancelText }}</i-button>
|
||||
<i-button type="primary" size="small" @click="ok">{{ okText }}</i-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue