userList.less 909 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. }
  8. .user-search {
  9. margin: 10px 0;
  10. >input {
  11. width: 140px;
  12. }
  13. >input,
  14. >button,
  15. .ant-select {
  16. margin-right: 10px;
  17. }
  18. .ant-switch {
  19. margin-left: 10px;
  20. }
  21. .search-more {
  22. margin: 10px 0;
  23. }
  24. }
  25. }
  26. .ant-modal-body {
  27. .orgAdd-input {
  28. margin-bottom: 20px;
  29. >span {
  30. display: inline-block;
  31. width: 100px;
  32. }
  33. }
  34. .set-submit {
  35. margin-right: 20px;
  36. }
  37. }
  38. .admin-desc-content {
  39. #address,
  40. #licenceAddress,
  41. #locationAddress {
  42. select {
  43. height: 32px;
  44. border-radius: 4px;
  45. margin-right: 10px;
  46. border-color: #d9d9d9;
  47. }
  48. }
  49. }