mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
表格选择器固定高度
This commit is contained in:
@@ -363,6 +363,8 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
|
||||
if (selectMode == 'checkbox' || selectMode == 'radio') {
|
||||
options.toolbar.unshift('selectConfirm');
|
||||
|
||||
options.height = 'full-85'
|
||||
}
|
||||
|
||||
options.toolbar = admin.table.renderToolbar(options.toolbar, options.elem, options.id, options.init);
|
||||
|
||||
Reference in New Issue
Block a user