xinyb_
2021-04-12 15af7ddc99955b0c78449dca02f5955927325429
优化42控件在个别页面显示问题
1个文件已修改
2 ■■■ 已修改文件
WebRoot/js/hotkey.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebRoot/js/hotkey.js
@@ -1587,7 +1587,7 @@
        }
    }
    ,div42Height:function(list){//出现面板高度太低的情况,强行把面板高度提高
        if ($("#tplt-grid").height() == null && list.type==0) {//是面板上的控件执行才进入
        if ($("#tplt-grid").height() == null && list.type==0 && $(".istabs").height()==null) {//是面板上的控件执行才进入
            var panelControlH = $('.panelControlDiv')[0];
            if (panelControlH != null && $(panelControlH).height() < 400) {
                $(panelControlH).height(list.div42.height() + list.top);