index.module.css 530 B

12345678910111213141516171819202122232425262728
  1. .modal {
  2. width: 600px !important;
  3. max-width: 600px !important;
  4. padding: 24px 32px !important;
  5. }
  6. .operate {
  7. padding: 0 8px;
  8. min-width: 96px;
  9. height: 36px;
  10. line-height: 36px;
  11. text-align: center;
  12. background-color: #ffffff;
  13. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  14. border-radius: 8px;
  15. border: 0.5px solid #eaecf0;
  16. font-size: 14px;
  17. font-weight: 500;
  18. color: #667085;
  19. cursor: pointer;
  20. }
  21. .operate-save {
  22. margin-left: 8px;
  23. border-color: #155eef;
  24. background-color: #155eef;
  25. color: #ffffff;
  26. }