Extjs2的一个扩展 地址:http://icyfire.javaeye.com/blog/412574
?
修正如下:
adjustBodyWidth : function(w){ if (this.verticalTabs) { if (Ext.isIE6 || Ext.isIE7) { this.bwrap.setWidth(w - 3); } return w; } return Ext.ux.TabPanel.superclass.adjustBodyWidth.call(this, w); },
原先的代码没有调整ie7下的宽度,导致行布局溢出