From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 15:10:02 +0800 Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte --- force-app/main/default/pages/FixtureRemind.page | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/pages/FixtureRemind.page b/force-app/main/default/pages/FixtureRemind.page index e30ebc7..261988c 100644 --- a/force-app/main/default/pages/FixtureRemind.page +++ b/force-app/main/default/pages/FixtureRemind.page @@ -1,4 +1,4 @@ -<apex:page controller="FixtureRemindController" action="{!init}" id="allPage"> +<apex:page controller="FixtureRemindController" action="{!init}" id="allPage" lightningStylesheets="true"> <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> @@ -16,7 +16,6 @@ width: 120px; } </style> - <apex:form id="allForm"> <table style="margin-bottom: 20px;"> @@ -38,7 +37,6 @@ </apex:actionRegion> <dfn>閫夋嫨銆愭棤銆戞椂鏄剧ず褰撳墠鏃堕棿鐨勬暟閲�</dfn> </td> - </tr> </table> <apex:pageMessages /> @@ -61,8 +59,7 @@ </tr> </apex:repeat> </table> - - <apex:outputPanel rendered="{!hasEastConsumMap}" > + <apex:outputPanel rendered="{!hasEastConsumMap}"> <table border="1" cellspacing="0" style="text-align: right;"> <tr> <th>鑰楁潗</th> -- Gitblit v1.9.1