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 |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived4.page b/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
index 830f2c1..9cc7d7b 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived4.page
@@ -433,12 +433,18 @@
     #Step_tab {
         list-style-type: none;
         padding: 0;
-        height: 25px;
+        /* 2023-04-23   zyh   lightning鍗囩骇   start */
+        /* height: 25px; */
+        height: 30px;
+        /* 2023-04-23   zyh   lightning鍗囩骇   end */
         border-bottom: 5px solid #3b5998;
     }
     #Step_tab li {
         position: relative;
-        width: 20%;
+        /* 2023-04-23   zyh   lightning鍗囩骇   start */
+        /* width: 20%; */
+        width: 30%;
+        /* 2023-04-23   zyh   lightning鍗囩骇   end */
         float: left;
         margin: 0;
         padding: 0;
@@ -576,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" />
@@ -605,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