From e92ddbcdc1cb990de02621bccfa62cc067afd3b9 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 09 Sep 2024 15:26:24 +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 | 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