aui / artDialog

经典的网页对话框组件

Home Page:http://aui.github.com/artDialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在Chrome 54.0.2840.99下弹窗定位BUG

ThomsonTMX opened this issue · comments

var d = dialog({ title: 'message', width:900, height:800, content: 'hello,world!' }); d.showModal();