Commit 2f1be2b8 by fengshuonan

更改表格高度

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