Commit c40d1b53 by fengshuonan

调整样式

parent ff2a1e21
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<div class="card card-outline-info m-b-0"> <div class="card card-outline-info m-b-0">
<div class="card-block p-t-0 p-b-0"> <div class="card-block p-t-0 p-b-0">
<div class="form-horizontal"> <div class="form-horizontal">
<div class="form-actions m-t-10"> <div class="form-actions">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="card m-b-0 p-b-0"> <div class="card m-b-0 p-b-0">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
this.paginationType = "server"; //默认分页方式是服务器分页,可选项"client" this.paginationType = "server"; //默认分页方式是服务器分页,可选项"client"
this.toolbarId = bstableId + "Toolbar"; this.toolbarId = bstableId + "Toolbar";
this.columns = columns; this.columns = columns;
this.height = $(window).height() - 295; this.height = $(window).height() - 285;
this.data = {}; this.data = {};
this.queryParams = {}; // 向后台传递的自定义参数 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