组件用的时antd的Modal组件,里面的按钮需要调换一下位置
今天发现用flex布局非常方便,代码如下:
display: flex; justify-content: center; flex-flow: row-reverse;
代码加在父级标签上即可