style(css): 修改模态框底部对齐方式
- 将模态框底部样式从 text-align: center 改为 justify-content: center - 修正了样式规则以提升布局表现 - 保持!important优先级以确保样式生效2.0
parent
a92a100736
commit
d5f18ca686
|
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-modal-footer {
|
.@{ant-prefix}-modal-footer {
|
||||||
text-align: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-layout {
|
.search-layout {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue