使用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);
});
相關文章
相關標籤/搜索