From d5f18ca686cd48b1afa52336b6acf41200be105a Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 3 Jul 2026 10:38:08 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E6=80=81=E6=A1=86=E5=BA=95=E9=83=A8=E5=AF=B9=E9=BD=90=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将模态框底部样式从 text-align: center 改为 justify-content: center - 修正了样式规则以提升布局表现 - 保持!important优先级以确保样式生效 --- src/css/common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/common.less b/src/css/common.less index bd3add6..3e11fbe 100644 --- a/src/css/common.less +++ b/src/css/common.less @@ -5,7 +5,7 @@ } .@{ant-prefix}-modal-footer { - text-align: center !important; + justify-content: center !important; } .search-layout {