From cb95755fe8496d8af6d40b05c4bbd4b6df2e77ab Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 14:39:34 +0800
Subject: [PATCH] LEX Community Report&Dashboard

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

diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived2.page b/force-app/main/default/pages/EquipmentSetShippmentReceived2.page
index 02e86a4..53012bb 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived2.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived2.page
@@ -131,12 +131,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: 24%;
+        /* 2023-04-23   zyh   lightning鍗囩骇   start */
+        width: 30%;
+        /* width: 24%; */
+        /* 2023-04-23   zyh   lightning鍗囩骇   end */
         float: left;
         margin: 0;
         padding: 0;

--
Gitblit v1.9.1