当前位置: 代码迷 >> 综合 >> ipad pro 虚拟定位吗
  详细解决方案

ipad pro 虚拟定位吗

热度:42   发布时间:2023-09-09 14:26:21.0
ipad pro 虚拟定位吗
解决方法:
1、修改ext-all.css,找到.x-grid3-header-offset,修改为.x-grid3-header-offset{padding-left:1px;/*width:10000px;*/width:auto;}
2、在grid中加入下面代码:
复制代码 代码如下:

monitorResize: true,
doLayout: function() {
this.setSize(Ext.get(this.getEl().dom.parentNode).getSize(true));
Ext.grid.GridPanel.prototype.doLayout.call(this);
}
ipad pro 虚拟定位吗
  相关解决方案