From 27fb65ba5c31fbbad4c17166a72901d8db80ae03 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 04 Sep 2024 19:18:56 +0800
Subject: [PATCH] 联调办理反馈接口

---
 gz-customerSystem/src/views/register/index.less |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 814959a..859eec0 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -188,7 +188,7 @@
 
 .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;
+	// margin-top: 34px;
 
 }
 
@@ -446,8 +446,13 @@
 	margin-bottom: 8px;
 }
 
-.MyDrawer{
-	position:absolute;
+.MyDrawer {
+	position: absolute;
 	z-index: 9999;
 }
 
+.gap {
+	height: 8px;
+	background-color: #F2F3F5;
+	margin: 16px -18px 0px -16px;
+}
\ No newline at end of file

--
Gitblit v1.8.0