From 4590bfea932d6bbde4e54e7ddc96e8bba65efe4c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Mon, 09 Sep 2024 10:07:59 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- 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