yumenghui
2023-08-11 d533f39b6fa798e238810d17e928dee75d5b1af7
force-app/main/default/pages/TransferAgencyShipment.page
@@ -1,5 +1,4 @@
<!--20230425 zq <apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货"> -->
<apex:page lightningStylesheets = "true" controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货">
<apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="办事处下架/发货">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -44,7 +43,7 @@
    body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
        border-width: 1px;
    }
    /* 20230425 zq lightning下修改样式 */
    /* lightning下修改css样式 */
    body .bPageBlock .detailList .dataCol {
        width: auto!important;
    }