开发者导航

作者:开发者导航 网址:www.codernav.com 简介:开发者常用的网址集锦。

博客园 首页 新随笔 联系 订阅 管理

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

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);
});

 

posted on 2018-08-20 21:11  开发者导航  阅读(423)  评论(0编辑  收藏  举报