From 2a6c5cc841cb7b335a9337b62bd2e6dfe99eecc3 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 08 Sep 2024 22:53:38 +0800
Subject: [PATCH] feat: 查看事件材料

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

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

--
Gitblit v1.8.0