zhangqian
2023-06-20 a541906d9d6510d493292fae704fe80cc5e8d0ce
force-app/main/default/staticresources/RelationListPagingCmpJS.js
@@ -337,7 +337,7 @@
    sbwidth = scrollbarWidth();
    // 20230531 ljh start 
    // blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width() - widthAjustment - sbwidth - 20;
    blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width();
    blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width()- sbwidth;
    // 20230531 ljh end 
    //コンポネートなのでIDを変更
    // 20230519 ljh start