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/EquipmentSetShippmentReceived4.page |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived4.page b/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
index 1a0a536..9cc7d7b 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
@@ -582,7 +582,10 @@
                 </div>
                 <apex:outputText id="saveBtnDisabled" value="{!saveBtnDisabled}" style="display: none;"/>
             </apex:outputPanel>
-            <table style="border-collapse: collapse; font-size:13px;">
+            <!-- 2023-04-26   zyh   lightning鍗囩骇   start -->
+            <!-- <table style="border-collapse: collapse; font-size:13px;"> -->
+            <table style="border-collapse: collapse; font-size:13px; width:340px;">
+            <!-- 2023-04-26   zyh   lightning鍗囩骇   end -->
                 <colgroup>
                     <col width="150" />
                     <col width="170" />
@@ -611,7 +614,7 @@
                     <apex:actionRegion >
                     <tr>
                         <td style="text-align: right">鍥炲瘎-杩愯緭鍗曞彿 锛� </td>
-                        <td align="left"><apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/><apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left" value="妫�绱�"/></td>
+                        <td align="left"><apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/><apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left;" value="妫�绱�"/></td>
                         <apex:actionFunction name="searchSlip" action="{!searchSlip}" reRender="allForm" onComplete="unblockUI();fixDeliveryType();resetDetailDivMargintop();" />
 
                     </tr>

--
Gitblit v1.9.1