Commit ae01985a authored by Chunchi Che's avatar Chunchi Che

update inject.scss

parent 6f9b4f5e
Pipeline #23117 passed with stages
in 14 minutes and 11 seconds
// 全局修改模块内的样式,如 antd 样式、OverlayScrollbars 样式
.ant-btn {
/*
* FIXME: 由于修改后modal里面的footer按钮位置会很奇怪,
* 因此这里先全局修改非`ant-modal-footer`下面的按钮样式,后面回来改
*/
.ant-btn:not(.ant-modal-footer .ant-btn) {
display: flex;
align-items: center;
justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment