From fa5529623fc125a384b47b266a4e2113654ed5e6 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 05 Sep 2024 21:10:17 +0800
Subject: [PATCH] feat: 办理记录对接
---
gz-customerSystem/src/views/register/index.less | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index deb928e..0f606bd 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -336,12 +336,21 @@
align-items: center;
background-color: #FAFAFA;
border-radius: 8px;
+ position: relative;
&-icon {
width: 12px;
height: 12px;
margin-right: 12px;
+ }
+
+ &-edit {
+ position: absolute;
+ right: 25px;
+ top: 15px;
+ width: 18px;
+ cursor: pointer;
}
&-remark {
@@ -530,4 +539,30 @@
color: #86909c;
line-height: 22px;
}
+}
+
+.Supervising {
+ background: #ffffff;
+ border: 1px solid #e5e6eb;
+ border-radius: 8px;
+ margin: 12px 16px 0px 16px;
+ padding: 12px 16px;
+
+ &-item {
+ display: flex;
+ margin-bottom: 4px;
+
+ &-title {
+ color: #86909C;
+ }
+
+ }
+
+ &-btn {
+ margin-top: 12px;
+ color: rgb(26, 111, 184);
+ border: 1px solid rgb(26, 111, 184);
+ background-color: rgb(255, 255, 255);
+ }
+
}
\ No newline at end of file
--
Gitblit v1.8.0