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
c40d1b53
Commit
c40d1b53
authored
Nov 01, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
ff2a1e21
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/webapp/WEB-INF/system/user/user.html
+1
-1
src/main/webapp/assets/common/plugins/bootstrap-table/bootstrap-table-object.js
+1
-1
No files found.
src/main/webapp/WEB-INF/system/user/user.html
View file @
c40d1b53
...
...
@@ -40,7 +40,7 @@
<div
class=
"card card-outline-info m-b-0"
>
<div
class=
"card-block p-t-0 p-b-0"
>
<div
class=
"form-horizontal"
>
<div
class=
"form-actions
m-t-10
"
>
<div
class=
"form-actions"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"card m-b-0 p-b-0"
>
...
...
src/main/webapp/assets/common/plugins/bootstrap-table/bootstrap-table-object.js
View file @
c40d1b53
...
...
@@ -14,7 +14,7 @@
this
.
paginationType
=
"server"
;
//默认分页方式是服务器分页,可选项"client"
this
.
toolbarId
=
bstableId
+
"Toolbar"
;
this
.
columns
=
columns
;
this
.
height
=
$
(
window
).
height
()
-
2
9
5
;
this
.
height
=
$
(
window
).
height
()
-
2
8
5
;
this
.
data
=
{};
this
.
queryParams
=
{};
// 向后台传递的自定义参数
};
...
...
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