From 646cb57be5d997f4308a169a025a762356a6bd94 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Mon, 09 Sep 2024 17:17:16 +0800
Subject: [PATCH] feat: 事件材料完善

---
 gz-customerSystem/src/styles/public.less |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/gz-customerSystem/src/styles/public.less b/gz-customerSystem/src/styles/public.less
index 03efcd4..7381840 100644
--- a/gz-customerSystem/src/styles/public.less
+++ b/gz-customerSystem/src/styles/public.less
@@ -794,6 +794,21 @@
 	}
 }
 
+//字节对话框
+.arco-modal-simple {
+	width: 400px;
+
+	.arco-modal-header {
+		padding: 0;
+		margin-bottom: 0;
+	}
+
+	.arco-modal-footer {
+		text-align: right;
+		margin-top: 0;
+	}
+}
+
 //弹窗底部按钮
 .dialogFooter {
 	width: 100%;

--
Gitblit v1.8.0