From 1240f80db0d6d7c08d5c7699402f4c03554e718b Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期一, 07 八月 2023 19:48:40 +0800
Subject: [PATCH] 上传 “签收单”关联进口单证和机身编号“关联数据”

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

diff --git a/force-app/main/default/pages/RentalApplyExtensions.page b/force-app/main/default/pages/RentalApplyExtensions.page
index 17690a3..bc2787f 100644
--- a/force-app/main/default/pages/RentalApplyExtensions.page
+++ b/force-app/main/default/pages/RentalApplyExtensions.page
@@ -6,6 +6,7 @@
         <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
         <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
         <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
+        <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
         <!-- 20230614 ljh lightning start -->
         <style type="text/css">
             table.list .col_Name  {width:150px;}
@@ -14,6 +15,13 @@
             table.list .col_SerialNumber_F__c  {width:80px;}
             table.list .col_Loaner_Set_No__c  {width:90px;}
             table.list .col_RAES_Status__c  {width:90px;} 
+            body .pbSubsection{
+                padding-bottom: 0;
+                padding-top: 0;
+            }
+            body .pbSubsection > .detailList:first-child{
+                margin-top: 0;
+            }
         </style>
         <!-- 20230614 ljh lightning end -->
     </head>

--
Gitblit v1.9.1