standard.less 549 B

1234567891011121314151617181920212223242526272829303132
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. font-size: 16px;
  6. color: #333;
  7. }
  8. .user-search {
  9. margin: 20px 0 ;
  10. input {
  11. width: 200px;
  12. }
  13. >* {
  14. margin-right: 20px;
  15. }
  16. p {
  17. margin-top:20px;
  18. button {
  19. margin-right: 20px;
  20. }
  21. }
  22. }
  23. }
  24. .admin-desc-content {
  25. .ant-modal-body {
  26. >div {
  27. p {
  28. margin: 6px 0;
  29. }
  30. }
  31. }
  32. }