index.css 431 B

123456789101112131415161718192021222324
  1. .SmartAutoAdd .ant-modal-close {
  2. display: none;
  3. }
  4. .SmartAutoAdd .ant-modal {
  5. width: 1000px !important;
  6. }
  7. .SmartAutoAdd .main {
  8. border-top: 1px solid #999999;
  9. padding-top: 15px;
  10. width: 100%;
  11. }
  12. .SmartAutoAdd .main .row {
  13. display: flex;
  14. align-items: center;
  15. height: 40px;
  16. }
  17. .SmartAutoAdd .main .row .txtTit {
  18. padding-left: 20px;
  19. font-size: 12px;
  20. color: #999999;
  21. }
  22. .SmartAutoAdd .button {
  23. text-align: center;
  24. }