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/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