LiJinHuan
2023-06-24 894df8b7ce3e36846642013b946a8b61ef066026
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