From be102ae06e8f986bd9d1a544cd2752e5fa94231a Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:23:51 +0800
Subject: [PATCH] LEX Community Deploy0711

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

diff --git a/force-app/main/default/pages/RentalApplySplit.page b/force-app/main/default/pages/RentalApplySplit.page
index 18726a6..1777502 100644
--- a/force-app/main/default/pages/RentalApplySplit.page
+++ b/force-app/main/default/pages/RentalApplySplit.page
@@ -1,4 +1,4 @@
-<apex:page controller="RentalApplySplitController" action="{!init}" showHeader="false" id="allPage">
+<apex:page controller="RentalApplySplitController" action="{!init}" showHeader="false" id="allPage" lightningStylesheets="true">
     <head>
       <title>澶囧搧鍊熷嚭鐢宠鍒嗗崟</title>
       <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
@@ -45,6 +45,9 @@
            left: 50%;
            position: absolute;
            width: 300px;
+        }
+        body .slds-vf-data-table thead th{
+            background: none;
         }
         /*table.list td{
             width:100px;
@@ -151,7 +154,7 @@
                 <!-- 20201117 ljh add end -->
             </apex:pageBlockSection>
             
-            <apex:dataTable value="{!raesList}" var="raes" id="raesLists" border="1" cellpadding="5">
+            <apex:dataTable value="{!raesList}" var="raes" id="raesLists" border="allPage" cellpadding="5">
               <apex:column >
                 <apex:facet name="header">鍊熷嚭澶囧搧閰嶅涓�瑙圢o.</apex:facet>
                 <apex:outputText value="{!raes.Name}" />

--
Gitblit v1.9.1