From ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期四, 24 八月 2023 14:50:51 +0800
Subject: [PATCH] 再修理按钮

---
 force-app/main/default/pages/ConsumApplyCancel.page |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/ConsumApplyCancel.page b/force-app/main/default/pages/ConsumApplyCancel.page
index dae299c..d47982f 100644
--- a/force-app/main/default/pages/ConsumApplyCancel.page
+++ b/force-app/main/default/pages/ConsumApplyCancel.page
@@ -1,9 +1,15 @@
-<apex:page controller="ConsumApplyCancelController" action="{!init}" showHeader="false">
+<apex:page controller="ConsumApplyCancelController"  lightningStylesheets="true" action="{!init}" showHeader="false">
     <head>
       <title>鑰楁潗鐢宠鍙栨秷</title>
       <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
       <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
       <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
+      <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽-->
+      <style>
+        div > input {
+            vertical-align: middle !important;
+        }
+      </style>
       <script type="text/javascript">
           function back() {
               window.opener.parent.location.href = "/{!ra.Id}";

--
Gitblit v1.9.1