_resizeTpiPanel

pre_develop
hjm 6 years ago
parent 9565048465
commit fb596a8187

@ -153,7 +153,7 @@ var EXPAND = 0; // 放大
var SHRINK = 1; // 缩小
var repositoryTabHeight = 40
function _resizeTpiPanel = () {
function _resizeTpiPanel () {
$("#game_left_contents").width('400px');
$("#game_right_contents").width( $(".labelN").width() - 400 + 'px');
}

Loading…
Cancel
Save