From 2ff67a5096a3fe43c2967c5a84fd78cbb1c0a459 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Tue, 10 Sep 2024 10:13:35 +0800
Subject: [PATCH] 修改

---
 gz-customerSystem/src/styles/public.less |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/styles/public.less b/gz-customerSystem/src/styles/public.less
index c9929ba..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%;
@@ -809,10 +822,18 @@
 	.dialogBack {}
 }
 
+// .arco-btn-primary:not(.arco-btn-disabled) {
+// 	background-color: @main-color;
+
+// 	&:hover {
+// 		background-color: @main-color;
+// 	}
+// }
+
 .arco-btn-primary:not(.arco-btn-disabled) {
 	background-color: @main-color;
+}
 
-	&:hover {
-		background-color: @main-color;
-	}
+.arco-btn-primary:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
+	background-color: @main-color;
 }
\ No newline at end of file

--
Gitblit v1.8.0