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 | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index c3f7746..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; @@ -436,3 +437,8 @@ margin-bottom: 8px; } +.MyDrawer{ + position:absolute; + z-index: 9999; +} + -- Gitblit v1.8.0