index.less 404 B

1234567891011121314151617181920212223242526272829
  1. v-deep .ant-modal {
  2. background-color: #f7f7f9;
  3. }
  4. .step-modal {
  5. min-width: 1000px;
  6. height: 800px;
  7. z-index: 20;
  8. .steps {
  9. width: 70%;
  10. margin: 24px auto;
  11. }
  12. .step-modal-content {
  13. height: 600px;
  14. overflow-y: scroll;
  15. }
  16. .footer {
  17. width: 100%;
  18. height: 60px;
  19. position: absolute;
  20. left: 0;
  21. bottom: 0;
  22. padding-left: 40px;
  23. background-color: #fff;
  24. }
  25. }