force-app/main/default/pages/ConsumEquipmentRentalResponsePopUp.page
@@ -3,6 +3,12 @@
        <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
        <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
        <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<!-- 20230718 zq add -->
<style type="text/css">
    table.mytable tr{
        height:35px;
    }
</style>
        <script>
        function savejs() {
            blockme();
@@ -43,7 +49,8 @@
                <apex:outputPanel id="allPanel">
                    <apex:pageBlock title="{!$ObjectType.Consum_Apply__c.fields.Response__c.label}" id="allBlock">
                        <apex:pageBlockButtons location="top">
                            <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy"/>
                    <!-- 20230718 zq add style="margin-right:10px" -->
                    <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy" style="margin-right:10px"/>
                            <apex:commandButton onclick="canceljs(); return false;" value="取消" rerender="dummy"/>
                        </apex:pageBlockButtons>
                        <!-- 20211105 ljh 应答沟通 update start -->