From c5ab5d65e8ed45a0d8afdef512d2265a554dfb71 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 15 Aug 2024 09:36:09 +0800
Subject: [PATCH] feat:定义弹窗

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

diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index e6a54b4..5da859a 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -81,10 +81,8 @@
 	}
 
 	&-addBtn {
-		// width: 150px;
-		// display: flex;
-		// justify-content: center;
 		cursor: pointer;
+		padding: 8px;
 	}
 
 	&-btnApply {
@@ -105,5 +103,6 @@
 		align-items: center;
 		justify-content: space-between;
 		box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
+		z-index: 1;
 	}
 }
\ No newline at end of file

--
Gitblit v1.8.0