From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期五, 03 三月 2023 14:50:59 +0800 Subject: [PATCH] gzw 测试环境代码更新 --- 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