Commit 4e9d1654 by fengshuonan

去掉页脚 去掉卡片标题

parent 6f6b1606
...@@ -28,7 +28,4 @@ ...@@ -28,7 +28,4 @@
</div> </div>
</div> </div>
</div> </div>
<footer class="footer">
© 2018 Guns by stylefeng (https://gitee.com/stylefeng/guns)
</footer>
</div> </div>
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
<div class="row" id="rolePage"> <div class="row" id="rolePage">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="card card-outline-theme m-b-10"> <div class="card card-outline-theme m-b-10">
<div class="card-header">
<h5 class="m-b-0 text-white">角色管理</h5>
</div>
<div class="card-body"> <div class="card-body">
<div class="form-horizontal"> <div class="form-horizontal">
<div class="form-body"> <div class="form-body">
......
...@@ -14,9 +14,6 @@ ...@@ -14,9 +14,6 @@
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="card card-outline-theme m-b-10"> <div class="card card-outline-theme m-b-10">
<div class="card-header">
<h5 class="m-b-0 text-white">用户管理</h5>
</div>
<div class="card-body"> <div class="card-body">
<div class="form-horizontal"> <div class="form-horizontal">
<div class="form-body"> <div class="form-body">
......
...@@ -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() - 265; this.height = $(window).height() - 165;
this.data = {}; this.data = {};
this.queryParams = {}; // 向后台传递的自定义参数 this.queryParams = {}; // 向后台传递的自定义参数
}; };
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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