Commit 72698ca9 by fengshuonan

修改bstable高度

parent 0082ed04
<div class="page-wrapper">
<div class="container-fluid">
<div class="container-fluid p-b-0">
<!--面包屑和右侧边栏切换-->
<div class="row page-titles">
......
......@@ -14,7 +14,7 @@
this.paginationType = "server"; //默认分页方式是服务器分页,可选项"client"
this.toolbarId = bstableId + "Toolbar";
this.columns = columns;
this.height = $(window).height() - 320;
this.height = $(window).height() - 278;
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