force-app/main/default/pages/ConsumFixtureSetSelect.page
@@ -1,4 +1,4 @@
<apex:page standardController="Consum_Apply_Equipment_Set__c" extensions="ConsumFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<apex:page standardController="Consum_Apply_Equipment_Set__c" extensions="ConsumFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<head>
<title>耗材明细选择</title>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -6,6 +6,7 @@
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
<script type="text/javascript">
var heightAjustment = 120;
@@ -76,7 +77,7 @@
                        <td width="20px;" />
                        <td>
                            <apex:commandButton style="margin-left:20px;float:left;" value="适用" onclick="applyjs(); return false;"/>
                            {!$Label.ConsumFixtureSetSelect_applyJs_Description}
                            <span style="margin-left: 10px;justify-items: center;line-height: 30px;">{!$Label.ConsumFixtureSetSelect_applyJs_Description}</span>
                        </td>
                        <td colspan="2"></td>
                    </tr>