From ae3833a1fc16bd3c9fd13f8301397e5835a9e49c Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 15 Sep 2024 15:31:02 +0800
Subject: [PATCH] fix: 自行排查更改、流程组件完善

---
 gz-customerSystem/src/components/ProgressStep/index.less |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gz-customerSystem/src/components/ProgressStep/index.less b/gz-customerSystem/src/components/ProgressStep/index.less
index e574fab..d298d6a 100644
--- a/gz-customerSystem/src/components/ProgressStep/index.less
+++ b/gz-customerSystem/src/components/ProgressStep/index.less
@@ -3,7 +3,7 @@
 .myStep {
 	&-item {
 		position: relative;
-		padding-bottom: 32px;
+		padding-bottom: 34px;
 
 		&-success {
 			background-color: @main-color;
@@ -74,16 +74,15 @@
 
 		&-divider {
 			position: absolute;
-			top: 0;
+			top: 56px;//52+4
 			left: 24px;
-			width: 3px;
-			height: 32px+52px;
-			padding-top: 22px;
+			width: 2px;
+			bottom: 4px;
 
 			&::after {
 				content: '';
 				display: inline-block;
-				height: 32px+52px;
+				height: 100%;
 				border-left: 2px solid;
 				border-color: @divider-color;
 			}

--
Gitblit v1.8.0