Commit de8c6a6b authored by Chunchi Che's avatar Chunchi Che

fix

parent 5955624f
// 全局修改模块内的样式,如 antd 样式、OverlayScrollbars 样式
/*
* FIXME: 由于修改后modal里面的footer按钮位置会很奇怪,
* 因此这里先全局修改非`ant-modal-footer`下面的按钮样式,后面回来改
*/
.ant-btn:not(.ant-modal-footer .ant-btn) {
display: flex;
.ant-btn {
display: inline-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