index.less 277 B

12345678910111213141516171819
  1. .popover-input{
  2. margin-right: 10px;
  3. display: flex;
  4. flex-direction: row;
  5. align-items: center;
  6. }
  7. .popover-popover{
  8. .auto-form{
  9. min-width: 450px;
  10. width: 550px;
  11. }
  12. .form-btns{
  13. padding-left: 25%;
  14. .ant-btn+.ant-btn{
  15. margin-left: 10px;
  16. }
  17. }
  18. }