$('.x-toolbar').eq(2).css('vertical-align','middle');
$('table').eq(2).css({'float':'right'});
—
居中对齐:
右对齐:
你这个代码试了下,左右可以,居中不行。。。