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
2f1be2b8
Commit
2f1be2b8
authored
Mar 29, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改表格高度
parent
e0e125fd
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
src/main/webapp/assets/modular/demos/excel_import.js
+1
-1
src/main/webapp/assets/modular/demos/form/egForm.js
+1
-1
src/main/webapp/assets/modular/system/dept/dept.js
+1
-1
src/main/webapp/assets/modular/system/dict/dict.js
+1
-1
src/main/webapp/assets/modular/system/dictType/dictType.js
+1
-1
src/main/webapp/assets/modular/system/log/log.js
+1
-1
src/main/webapp/assets/modular/system/log/login_log.js
+1
-1
src/main/webapp/assets/modular/system/menu/menu.js
+1
-1
src/main/webapp/assets/modular/system/notice/notice.js
+1
-1
src/main/webapp/assets/modular/system/role/role.js
+1
-1
src/main/webapp/assets/modular/system/user/user.js
+1
-1
No files found.
src/main/webapp/assets/modular/demos/excel_import.js
View file @
2f1be2b8
...
...
@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax','upload']
elem
:
'#'
+
MgrUser
.
tableId
,
url
:
Feng
.
ctxPath
+
'/mgr/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
MgrUser
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/demos/form/egForm.js
View file @
2f1be2b8
...
...
@@ -102,7 +102,7 @@ layui.use(['table', 'admin', 'ax'], function () {
elem
:
'#'
+
EgForm
.
tableId
,
url
:
Feng
.
ctxPath
+
'/egForm/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
EgForm
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/dept/dept.js
View file @
2f1be2b8
...
...
@@ -116,7 +116,7 @@ layui.use(['table', 'admin', 'ax', 'ztree'], function () {
elem
:
'#'
+
Dept
.
tableId
,
url
:
Feng
.
ctxPath
+
'/dept/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
Dept
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/dict/dict.js
View file @
2f1be2b8
...
...
@@ -88,7 +88,7 @@ layui.use(['table', 'ax', 'treetable'], function () {
elem
:
'#'
+
dictId
,
url
:
Feng
.
ctxPath
+
'/dict/list?dictTypeId='
+
$
(
"#dictTypeId"
).
val
(),
where
:
data
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
Dict
.
initColumn
(),
page
:
false
,
...
...
src/main/webapp/assets/modular/system/dictType/dictType.js
View file @
2f1be2b8
...
...
@@ -105,7 +105,7 @@ layui.use(['table', 'ax'], function () {
elem
:
'#'
+
DictType
.
tableId
,
url
:
Feng
.
ctxPath
+
'/dictType/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
DictType
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/log/log.js
View file @
2f1be2b8
...
...
@@ -96,7 +96,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () {
elem
:
'#'
+
LoginLog
.
tableId
,
url
:
Feng
.
ctxPath
+
'/log/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
LoginLog
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/log/login_log.js
View file @
2f1be2b8
...
...
@@ -78,7 +78,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () {
elem
:
'#'
+
LoginLog
.
tableId
,
url
:
Feng
.
ctxPath
+
'/loginLog/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
LoginLog
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/menu/menu.js
View file @
2f1be2b8
...
...
@@ -130,7 +130,7 @@ layui.use(['layer', 'form', 'ztree', 'laydate', 'admin', 'ax', 'table', 'treetab
url
:
Feng
.
ctxPath
+
'/menu/listTree'
,
where
:
data
,
page
:
false
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
Menu
.
initColumn
(),
treeColIndex
:
2
,
...
...
src/main/webapp/assets/modular/system/notice/notice.js
View file @
2f1be2b8
...
...
@@ -93,7 +93,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () {
elem
:
'#'
+
Notice
.
tableId
,
url
:
Feng
.
ctxPath
+
'/notice/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
Notice
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/role/role.js
View file @
2f1be2b8
...
...
@@ -126,7 +126,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () {
elem
:
'#'
+
Role
.
tableId
,
url
:
Feng
.
ctxPath
+
'/role/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
Role
.
initColumn
()
});
...
...
src/main/webapp/assets/modular/system/user/user.js
View file @
2f1be2b8
...
...
@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax'], functio
elem
:
'#'
+
MgrUser
.
tableId
,
url
:
Feng
.
ctxPath
+
'/mgr/list'
,
page
:
true
,
height
:
"full-
15
8"
,
height
:
"full-
9
8"
,
cellMinWidth
:
100
,
cols
:
MgrUser
.
initColumn
()
});
...
...
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