Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
4e9d1654
Commit
4e9d1654
authored
Dec 03, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉页脚 去掉卡片标题
parent
6f6b1606
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
10 deletions
+1
-10
src/main/webapp/WEB-INF/common/_content.html
+0
-3
src/main/webapp/WEB-INF/system/role/role.html
+0
-3
src/main/webapp/WEB-INF/system/user/user.html
+0
-3
src/main/webapp/assets/common/plugins/bootstrap-table/bootstrap-table-object.js
+1
-1
src/main/webapp/assets/common/static/css/style.css
+0
-0
No files found.
src/main/webapp/WEB-INF/common/_content.html
View file @
4e9d1654
...
@@ -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>
src/main/webapp/WEB-INF/system/role/role.html
View file @
4e9d1654
...
@@ -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"
>
...
...
src/main/webapp/WEB-INF/system/user/user.html
View file @
4e9d1654
...
@@ -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"
>
...
...
src/main/webapp/assets/common/plugins/bootstrap-table/bootstrap-table-object.js
View file @
4e9d1654
...
@@ -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
()
-
2
65
;
this
.
height
=
$
(
window
).
height
()
-
1
65
;
this
.
data
=
{};
this
.
data
=
{};
this
.
queryParams
=
{};
// 向后台传递的自定义参数
this
.
queryParams
=
{};
// 向后台传递的自定义参数
};
};
...
...
src/main/webapp/assets/common/static/css/style.css
View file @
4e9d1654
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment