我有这个jQuery popup,我这样调用:
$("#createprofilepopup").dialog( { title: 'Title text' , height: 490, width: 580 } );
Run Code Online (Sandbox Code Playgroud)
但它似乎左对齐.有没有办法让标题居中?
谢谢!!
kei*_*kei 12
添加CSS规则:
.ui-dialog .ui-dialog-title {
text-align: center;
width: 100%;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
10452 次 |
| 最近记录: |