content.less 824 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .set-content {
  2. background: #fff;
  3. padding: 20px;
  4. .set-title {
  5. >span {
  6. font-size: 16px;
  7. color: #333;
  8. }
  9. >button {
  10. float: right;
  11. margin-right: 20px;
  12. }
  13. }
  14. .member-table {
  15. margin-top: 20px;
  16. }
  17. }
  18. .ant-modal-body {
  19. .modal-content {
  20. >.list {
  21. margin-bottom: 20px;
  22. float: left;
  23. width: 50%;
  24. >span {
  25. margin-right: 20px;
  26. display: inline-block;
  27. width: 60px;
  28. text-align: right;
  29. }
  30. >input {
  31. width: 200px;
  32. }
  33. }
  34. }
  35. .modal-text {
  36. margin-right: 20px;
  37. display: inline-block;
  38. width: 60px;
  39. text-align: right;
  40. }
  41. }