content.less 641 B

12345678910111213141516171819202122232425262728293031323334
  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. >li {
  21. margin-bottom: 20px;
  22. >span {
  23. margin-right: 20px;
  24. display: inline-block;
  25. width: 60px;
  26. text-align: right;
  27. }
  28. >input {
  29. width: 200px;
  30. }
  31. }
  32. }
  33. }