From d533f39b6fa798e238810d17e928dee75d5b1af7 Mon Sep 17 00:00:00 2001
From: yumenghui <953181891@qq.com>
Date: 星期五, 11 八月 2023 16:02:17 +0800
Subject: [PATCH] 备注添加改造

---
 force-app/main/default/pages/EquipmentSetShippmentReceived6.page |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived6.page b/force-app/main/default/pages/EquipmentSetShippmentReceived6.page
index a54f71c..26c7383 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived6.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived6.page
@@ -135,12 +135,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;
@@ -253,7 +259,10 @@
                 <tr>
                     <!-- 鐘舵�佸垏鎹tn -->
                     <th colspan="2" style="font-size:20px;text-align: center;width:380px;">
-                        <ul id="Step_tab">
+                        <!-- 2023-04-26   zyh   lightning鍗囩骇   start -->
+                        <!-- <ul id="Step_tab"> -->
+                        <ul id="Step_tab" style="margin-left:0px;">
+                        <!-- 2023-04-26   zyh   lightning鍗囩骇   end -->
                             <li class="selected"><span class="tabsize">涓婃灦</span></li>
                         </ul>
                     </th>

--
Gitblit v1.9.1