style(css): 修改模态框底部对齐方式

- 将模态框底部样式从 text-align: center 改为 justify-content: center
- 修正了样式规则以提升布局表现
- 保持!important优先级以确保样式生效
2.0
LiuJiaNan 2026-07-03 10:38:08 +08:00
parent a92a100736
commit d5f18ca686
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
}
.@{ant-prefix}-modal-footer {
text-align: center !important;
justify-content: center !important;
}
.search-layout {