From f455c37efbe2ddd8d6bc1bec67ca079bb7373402 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 19 七月 2023 17:43:39 +0800
Subject: [PATCH] button-lexLoanerArrangedEmail
---
force-app/main/default/pages/FixtureRemind.page | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/FixtureRemind.page b/force-app/main/default/pages/FixtureRemind.page
index 14cffe9..8ed1116 100644
--- a/force-app/main/default/pages/FixtureRemind.page
+++ b/force-app/main/default/pages/FixtureRemind.page
@@ -1,8 +1,8 @@
-<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)}"/>
-
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning -->
<style type="text/css">
th{
text-align: center;
--
Gitblit v1.9.1