unknown
2023-08-23 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6
force-app/main/default/pages/ConsumEquipmentRentalResponsePopUp.page
@@ -6,7 +6,10 @@
<!-- 20230718 zq add -->
<style type="text/css">
    table.mytable tr{
        height:35px;
        height:35px !important;
    }
    body select{
        margin: 5px;
    }
</style>
<script>
@@ -98,7 +101,7 @@
                        <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
                        <td>
                            <!--zq <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;"/> -->
                            <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;margin:10px 0px;"/>
                            <apex:inputField value="{!cc.ResponseNew__c}" style="resize:none; width:500px; height:150px;margin:10px 10px;"/>
                        </td>
                    </tr>
                </table>