组件用的时antd的Modal组件,里面的按钮需要调换一下位置

今天发现用flex布局非常方便,代码如下:

display: flex;
justify-content: center;
flex-flow: row-reverse;

 

代码加在父级标签上即可

相关文章:

  • 2022-01-07
  • 2022-02-26
  • 2021-12-26
  • 2022-01-11
  • 2021-04-16
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-07-27
  • 2021-08-07
  • 2021-05-21
相关资源
相似解决方案