使用extjs的页面弹出窗口宽度不能自适应如何解决?

一、资源趋势详情下钻页面宽度不能自适应,没法点击关闭按钮ide

var detailWindow = Ext.create("App.view.com.huawei.drp.qoe.vivid.ContextSourceVideoDetailWindow",{
      contextParam:param,
      height: window.innerHeight*0.7,
      width: window.innerWidth*0.6
});
detailWindow.show();
Ext.on('resize', function(width, height){
    detailWindow.setWidth(width);
    detailWindow.setHeight(height);
});
相关文章
相关标签/搜索