|
|
|
@ -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');
|
|
|
|
|
}
|
|
|
|
|