Commit 2f1be2b8 by fengshuonan

更改表格高度

parent e0e125fd
...@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax','upload'] ...@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax','upload']
elem: '#' + MgrUser.tableId, elem: '#' + MgrUser.tableId,
url: Feng.ctxPath + '/mgr/list', url: Feng.ctxPath + '/mgr/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: MgrUser.initColumn() cols: MgrUser.initColumn()
}); });
......
...@@ -102,7 +102,7 @@ layui.use(['table', 'admin', 'ax'], function () { ...@@ -102,7 +102,7 @@ layui.use(['table', 'admin', 'ax'], function () {
elem: '#' + EgForm.tableId, elem: '#' + EgForm.tableId,
url: Feng.ctxPath + '/egForm/list', url: Feng.ctxPath + '/egForm/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: EgForm.initColumn() cols: EgForm.initColumn()
}); });
......
...@@ -116,7 +116,7 @@ layui.use(['table', 'admin', 'ax', 'ztree'], function () { ...@@ -116,7 +116,7 @@ layui.use(['table', 'admin', 'ax', 'ztree'], function () {
elem: '#' + Dept.tableId, elem: '#' + Dept.tableId,
url: Feng.ctxPath + '/dept/list', url: Feng.ctxPath + '/dept/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: Dept.initColumn() cols: Dept.initColumn()
}); });
......
...@@ -88,7 +88,7 @@ layui.use(['table', 'ax', 'treetable'], function () { ...@@ -88,7 +88,7 @@ layui.use(['table', 'ax', 'treetable'], function () {
elem: '#' + dictId, elem: '#' + dictId,
url: Feng.ctxPath + '/dict/list?dictTypeId=' + $("#dictTypeId").val(), url: Feng.ctxPath + '/dict/list?dictTypeId=' + $("#dictTypeId").val(),
where: data, where: data,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: Dict.initColumn(), cols: Dict.initColumn(),
page: false, page: false,
......
...@@ -105,7 +105,7 @@ layui.use(['table', 'ax'], function () { ...@@ -105,7 +105,7 @@ layui.use(['table', 'ax'], function () {
elem: '#' + DictType.tableId, elem: '#' + DictType.tableId,
url: Feng.ctxPath + '/dictType/list', url: Feng.ctxPath + '/dictType/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: DictType.initColumn() cols: DictType.initColumn()
}); });
......
...@@ -96,7 +96,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () { ...@@ -96,7 +96,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () {
elem: '#' + LoginLog.tableId, elem: '#' + LoginLog.tableId,
url: Feng.ctxPath + '/log/list', url: Feng.ctxPath + '/log/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: LoginLog.initColumn() cols: LoginLog.initColumn()
}); });
......
...@@ -78,7 +78,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () { ...@@ -78,7 +78,7 @@ layui.use(['layer', 'table', 'ax', 'laydate'], function () {
elem: '#' + LoginLog.tableId, elem: '#' + LoginLog.tableId,
url: Feng.ctxPath + '/loginLog/list', url: Feng.ctxPath + '/loginLog/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: LoginLog.initColumn() cols: LoginLog.initColumn()
}); });
......
...@@ -130,7 +130,7 @@ layui.use(['layer', 'form', 'ztree', 'laydate', 'admin', 'ax', 'table', 'treetab ...@@ -130,7 +130,7 @@ layui.use(['layer', 'form', 'ztree', 'laydate', 'admin', 'ax', 'table', 'treetab
url: Feng.ctxPath + '/menu/listTree', url: Feng.ctxPath + '/menu/listTree',
where: data, where: data,
page: false, page: false,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: Menu.initColumn(), cols: Menu.initColumn(),
treeColIndex: 2, treeColIndex: 2,
......
...@@ -93,7 +93,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () { ...@@ -93,7 +93,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () {
elem: '#' + Notice.tableId, elem: '#' + Notice.tableId,
url: Feng.ctxPath + '/notice/list', url: Feng.ctxPath + '/notice/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: Notice.initColumn() cols: Notice.initColumn()
}); });
......
...@@ -126,7 +126,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () { ...@@ -126,7 +126,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'ax'], function () {
elem: '#' + Role.tableId, elem: '#' + Role.tableId,
url: Feng.ctxPath + '/role/list', url: Feng.ctxPath + '/role/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: Role.initColumn() cols: Role.initColumn()
}); });
......
...@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax'], functio ...@@ -188,7 +188,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'ax'], functio
elem: '#' + MgrUser.tableId, elem: '#' + MgrUser.tableId,
url: Feng.ctxPath + '/mgr/list', url: Feng.ctxPath + '/mgr/list',
page: true, page: true,
height: "full-158", height: "full-98",
cellMinWidth: 100, cellMinWidth: 100,
cols: MgrUser.initColumn() cols: MgrUser.initColumn()
}); });
......
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