From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 23 八月 2023 14:54:59 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev

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

diff --git a/force-app/main/default/pages/ReceivingNoteSummarySelect.page b/force-app/main/default/pages/ReceivingNoteSummarySelect.page
index 3e6d744..b498ad1 100644
--- a/force-app/main/default/pages/ReceivingNoteSummarySelect.page
+++ b/force-app/main/default/pages/ReceivingNoteSummarySelect.page
@@ -1,4 +1,4 @@
-<apex:page controller="ReceivingNoteSummarySelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page controller="ReceivingNoteSummarySelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>澶囧搧閰嶅閫夋嫨</title>
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -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)}"/>
 
 <script type="text/javascript">
 var heightAjustment = 120;
@@ -40,7 +41,7 @@
 
         <apex:outputPanel id="pageallPanel">
             <apex:pageBlock id="searchBlock" tabStyle="Report">
-                <table style="width:700px;">
+                <table style="width:700px;margin-bottom:10px;">
                     <tr>
                         <td width="50px">鍏抽敭瀛�</td>
                         <td width="200px"><apex:inputText value="{!keyword}" style="width:98%;"/></td>

--
Gitblit v1.9.1