mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 20:13:32 +08:00
修复因iframe造成的分页导航显示问题
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@{
|
||||
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
|
||||
Layout = null;
|
||||
}
|
||||
@model IEnumerable<OpenAuth.Domain.ModuleElement>
|
||||
|
||||
|
@@ -92,7 +92,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -98,7 +98,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -85,7 +85,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -86,7 +86,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -87,7 +87,7 @@
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '700'
|
||||
height: '100%' //TODO:这种高度如果记录数较少的时候,看起有点怪,这个可以根据自己爱好修改
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user