userList.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. }
  50. .ant-row {
  51. >div {
  52. margin-top: 20px;
  53. >span {
  54. line-height: 28px;
  55. }
  56. }
  57. }