From 11f32d52a3478d4aeffffb2f456ef1a5759724a5 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Tue, 03 Sep 2024 17:01:58 +0800
Subject: [PATCH] feat: 回退

---
 gz-customerSystem/src/views/register/index.less |   49 +++++++++++++++++++++++++++++--------------------
 1 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 0672fc1..aecb74d 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -129,10 +129,17 @@
 
 	&-hasTabPage {
 		background-color: #fff;
-		margin: 8px 8px 0px 16px;
+		margin: 8px 16px 0px 16px;
 		padding: 12px 16px 64px 16px;
 		height: calc(100vh - 288px);
-		overflow-y: scroll;
+
+		.arco-tabs-header-nav {
+			margin-left: 0 !important;
+		}
+
+		.scrollTabContent {
+			overflow-y: scroll;
+		}
 	}
 }
 
@@ -178,11 +185,11 @@
 	}
 }
 
-// .arco-upload-list-type-text .arco-upload-list-item:first-of-type,
-// .arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type {
-// 	margin-top: 34px;
+.arco-upload-list-type-text .arco-upload-list-item:first-of-type,
+.arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type {
+	margin-top: 34px;
 
-// }
+}
 
 .unitDialogResult {
 	font-size: 16px;
@@ -367,21 +374,23 @@
 	margin-right: 16px;
 }
 
-.tabs-container .arco-tabs-header {
-	position: relative;
-	display: inline-block;
-	transition: transform .2s cubic-bezier(.34, .69, .1, 1);
-	white-space: nowrap;
-	transform: translateX(0px);
-	width: 300px;
-	flex: 1;
-	display: flex;
-	justify-content: space-evenly;
-}
+.tabs-container {
+	.arco-tabs-header {
+		position: relative;
+		display: inline-block;
+		transition: transform .2s cubic-bezier(.34, .69, .1, 1);
+		white-space: nowrap;
+		transform: translateX(0px);
+		width: 300px;
+		flex: 1;
+		display: flex;
+		justify-content: space-evenly;
+	}
 
-.tabs-container .arco-tabs-header-ink {
-	left: 83.988px;
-	width: 82px;
+	.arco-tabs-header-ink {
+		left: 83.988px;
+		width: 82px;
+	}
 }
 
 .progress {

--
Gitblit v1.8.0