userList.less 740 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: 200px;
  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. .admin-desc-content {
  27. #address,
  28. #licenceAddress,
  29. #locationAddress {
  30. select {
  31. height: 32px;
  32. border-radius: 4px;
  33. margin-right: 10px;
  34. border-color: #d9d9d9;
  35. }
  36. }
  37. .ant-input {
  38. width: 200px;
  39. }
  40. }