update $Modal
This commit is contained in:
parent
77cf1cd573
commit
48e7799edf
1 changed files with 10 additions and 8 deletions
|
@ -96,14 +96,16 @@ Modal.newInstance = properties => {
|
|||
attrs: {
|
||||
class: `${prefixCls}-head`
|
||||
}
|
||||
}, h('div', {
|
||||
}, [
|
||||
h('div', {
|
||||
attrs: {
|
||||
class: `${prefixCls}-head-title`
|
||||
},
|
||||
domProps: {
|
||||
innerHTML: this.title
|
||||
}
|
||||
})),
|
||||
})
|
||||
]),
|
||||
h('div', {
|
||||
attrs: {
|
||||
class: `${prefixCls}-body`
|
||||
|
|
Loading…
Add table
Reference in a new issue