From 474e13364a9f811d530590171debc5ee74db1e0a Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期二, 25 四月 2023 16:53:22 +0800
Subject: [PATCH] 2023-04-25-备品出入库,下架-上架
---
force-app/main/default/pages/EquipmentSetShippmentReceived6.page | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived6.page b/force-app/main/default/pages/EquipmentSetShippmentReceived6.page
index a54f71c..d19f363 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;
--
Gitblit v1.9.1