mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-02 20:02:50 +08:00
修复下边框遮盖问题
This commit is contained in:
parent
78092c1aa5
commit
35d76eb2b1
@ -132,7 +132,7 @@
|
||||
$('#bjui-container').height(iContentH)
|
||||
$('#bjui-navtab').width(iContentW)
|
||||
$('#bjui-leftside, #bjui-sidebar, #bjui-sidebar-s, #bjui-splitBar, #bjui-splitBarProxy').css({height:'100%'})
|
||||
$('#bjui-navtab .tabsPageContent').height(iContentH - navtabH)
|
||||
$('#bjui-navtab .tabsPageContent').height(iContentH - navtabH - 1)//下边框遮盖问题
|
||||
|
||||
/* fixed pageFooter */
|
||||
setTimeout(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user