zhangchunxu
2023-08-04 6ac2e9df968bfdc5ded01fa183994bd7f622d7ee
force-app/main/default/pages/ConsumTrialUpdate.page
@@ -1,4 +1,4 @@
<apex:page controller="ConsumTrialUpdateController" showHeader="false" action="{!init}" id="allPage">
<apex:page controller="ConsumTrialUpdateController" showHeader="false" action="{!init}" id="allPage" lightningStylesheets="true">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -6,6 +6,8 @@
    <apex:includeScript value="{!URLFOR($Resource.ReceivingNotePageJS)}"/>
    <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
    <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
    <apex:form id="allForm">
        <style>
            table.headTable td   {
@@ -23,6 +25,7 @@
              background-image:url('{!URLFOR($Resource.IconResizePlus_5)}');
              background-repeat:no-repeat;
            }
            #tableData td{display: inline-flex;}
        </style>
<script type="text/javascript">
    var heightAjustment = 120;