自定义列功能-弹框界面样式修改
This commit is contained in:
@@ -347,7 +347,7 @@ function customColumnClick(){
|
||||
|
||||
var submit = function(v,h,f) {
|
||||
var abVisCols = [true];
|
||||
$(".customColumnList input[type='checkbox']").each(function(){
|
||||
top.$(".customColumnList input[type='checkbox']").each(function(){
|
||||
abVisCols[$(this).val()] = $(this).prop("checked");
|
||||
});
|
||||
|
||||
@@ -376,7 +376,7 @@ function customColumnClick(){
|
||||
})
|
||||
html +="</div>";
|
||||
|
||||
$.jBox(html,{title:"Custom Columns",submit:submit});
|
||||
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i> Custom Columns",showIcon:false,opacity:0.3,submit:submit});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user