From 3e192ea40d14b1bd3be24525cc27d392987ed5d8 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Tue, 03 Sep 2024 17:07:51 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/views/register/index.less | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index aecb74d..814959a 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; @@ -443,4 +444,10 @@ display: flex; gap: 8px; margin-bottom: 8px; -} \ No newline at end of file +} + +.MyDrawer{ + position:absolute; + z-index: 9999; +} + -- Gitblit v1.8.0