1
suerprisePlus
2024-06-06 7acf7ad6948e3e952173a2551ea4a92a8ff56c35
public/CimSDK/Workers/popup.js
@@ -65,7 +65,7 @@
    }
    layerRes = layer.open({
        title: title || '信息',
        title: title || 'Info',
        type: 2, //0(信息框,默认)1(页面层)2(iframe层)3(加载层)4(tips层)
        skin: 'other-class fadeInRight',
        shade: 0,
@@ -105,4 +105,4 @@
    $layer.css({ 'height': h + 'px' });
    $layer.find('iframe').css('height', h - 40 + 'px');
    $layer.find('iframe').contents().find('body').css({ 'height': h - 40 + 'px', 'overflow': 'hidden' });
}
}