From 80e40362a760c5c53c51e8a1e79c9a11c6a0f5fe Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Sat, 07 Sep 2024 14:24:37 +0800
Subject: [PATCH] 事件材料查看+ai页面

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

diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 934ee3c..8da2fc6 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -557,6 +557,12 @@
 		display: flex;
 		margin-bottom: 4px;
 
+		&-file {
+			width: 16px;
+			height: 16px;
+			margin-top: 4px;
+		}
+
 		&-title {
 			color: #86909C;
 		}
@@ -677,4 +683,29 @@
 		cursor: pointer;
 		top: 28px;
 	}
+}
+
+.auditView {
+	background: #ffffff;
+	margin: 0px 16px 8px 16px;
+	padding: 12px 0px 12px 16px;
+}
+
+.title {
+	display: flex;
+	align-items: center;
+	margin-bottom: 4px;
+
+}
+
+.gradient-box {
+	position: absolute;
+	right: 0;
+	top: 50%;
+	transform: translateY(-50%);
+	background: linear-gradient(to right, #6a1b9a, #e040fb);
+	display: flex;
+	align-items: center;
+	padding: 12px 8px;
+	border-radius: 12px 0px 0px 12px;
 }
\ No newline at end of file

--
Gitblit v1.8.0