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: {
|
attrs: {
|
||||||
class: `${prefixCls}-head`
|
class: `${prefixCls}-head`
|
||||||
}
|
}
|
||||||
}, h('div', {
|
}, [
|
||||||
|
h('div', {
|
||||||
attrs: {
|
attrs: {
|
||||||
class: `${prefixCls}-head-title`
|
class: `${prefixCls}-head-title`
|
||||||
},
|
},
|
||||||
domProps: {
|
domProps: {
|
||||||
innerHTML: this.title
|
innerHTML: this.title
|
||||||
}
|
}
|
||||||
})),
|
})
|
||||||
|
]),
|
||||||
h('div', {
|
h('div', {
|
||||||
attrs: {
|
attrs: {
|
||||||
class: `${prefixCls}-body`
|
class: `${prefixCls}-body`
|
||||||
|
|
Loading…
Add table
Reference in a new issue