From ce7871581ad440a9869118a49746f66e850f502e Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Tue, 03 Sep 2024 17:07:40 +0800
Subject: [PATCH] 预览当事人类型组件化

---
 gz-customerSystem/src/views/register/index.less |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 0672fc1..4309317 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -57,6 +57,7 @@
 
 	width: 100%;
 	border-color: #E5E6EB;
+	margin-bottom: 20px;
 
 	&-title {
 		color: #86909C;
@@ -72,9 +73,9 @@
 	}
 
 	&-personRemark {
-		color: rgb(26, 111, 184);
+		color: #879AAB;
+		background-color: #EDEEF0;
 		padding: 0px 8px;
-		border: 1px solid rgb(26, 111, 184);
 		border-radius: 4px;
 		font-size: 14px;
 		margin-left: 8px;
@@ -178,11 +179,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;
@@ -434,4 +435,10 @@
 	display: flex;
 	gap: 8px;
 	margin-bottom: 8px;
-}
\ No newline at end of file
+}
+
+.MyDrawer{
+	position:absolute;
+	z-index: 9999;
+}
+

--
Gitblit v1.8.0