0

我正在使用 simpledialog2 来显示对话框。

我想添加一个滚动条,因为我的内容很大。

以下是我的对话框的属性

defaultDialogConfig: {
mode: 'blank',
dialogForce: false,
showModal: true,
headerText: '',
headerClose: true,
animate: false,
zindex: 9999,
blankContent: '',
themeDialog: 'b',
themeInput: 'e',
themeButtonDefault: false,
themeHeader: 'a',
callbackOpen: lockScreen,
callbackClose: unlockScreen
},
4

1 回答 1

1
#DialogID{
   height: 400px;
   overflow: auto;
}
于 2013-12-20T10:46:43.420 回答