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 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 0ac428f..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;
--
Gitblit v1.8.0