update $Modal

This commit is contained in:
Aresn 2017-06-01 12:36:44 +08:00
parent 77cf1cd573
commit 48e7799edf

View file

@ -96,14 +96,16 @@ Modal.newInstance = properties => {
attrs: { attrs: {
class: `${prefixCls}-head` class: `${prefixCls}-head`
} }
}, h('div', { }, [
attrs: { h('div', {
class: `${prefixCls}-head-title` attrs: {
}, class: `${prefixCls}-head-title`
domProps: { },
innerHTML: this.title domProps: {
} innerHTML: this.title
})), }
})
]),
h('div', { h('div', {
attrs: { attrs: {
class: `${prefixCls}-body` class: `${prefixCls}-body`