Commit 4cf269ac by fengshuonan

更改表格高度

parent 4cb698d6
......@@ -14,7 +14,7 @@
this.paginationType = "server"; //默认分页方式是服务器分页,可选项"client"
this.toolbarId = bstableId + "Toolbar";
this.columns = columns;
this.height = $(window).height() - 285;
this.height = $(window).height() - 265;
this.data = {};
this.queryParams = {}; // 向后台传递的自定义参数
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment