修复因iframe造成的分页导航显示问题

This commit is contained in:
yubaolee
2016-02-18 17:33:40 +08:00
parent f63159dc07
commit 068e6a4bac
11 changed files with 22 additions and 17 deletions

View File

@@ -87,7 +87,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%'
});
}

View File

@@ -1,5 +1,5 @@
@{
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
Layout = null;
}
@model IEnumerable<OpenAuth.Domain.ModuleElement>

View File

@@ -92,7 +92,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%'
});
}

View File

@@ -98,7 +98,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%'
});
}

View File

@@ -85,7 +85,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%'
});
}

View File

@@ -86,7 +86,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%'
});
}

View File

@@ -87,7 +87,7 @@
paging: true,
filterMult: false,
showTfoot: false,
height: '700'
height: '100%' //TODO这种高度如果记录数较少的时候看起有点怪这个可以根据自己爱好修改
});
}