content.less 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .set-search {
  18. >input {
  19. width: 120px;
  20. }
  21. >* {
  22. margin-right: 10px;
  23. margin-top: 10px;
  24. }
  25. }
  26. }
  27. .ant-modal-body {
  28. .modal-content {
  29. >.list {
  30. margin-bottom: 20px;
  31. float: left;
  32. width: 50%;
  33. >span {
  34. margin-right: 20px;
  35. display: inline-block;
  36. width: 60px;
  37. text-align: right;
  38. }
  39. >input {
  40. width: 200px;
  41. }
  42. }
  43. }
  44. .modal-text {
  45. margin-right: 20px;
  46. display: inline-block;
  47. width: 60px;
  48. text-align: right;
  49. }
  50. }