userMangagement.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. overflow: hidden;
  8. }
  9. .user-search {
  10. margin-bottom: 10px;
  11. > input {
  12. width: 140px;
  13. }
  14. > button,
  15. .ant-select,
  16. > input {
  17. margin-right: 10px;
  18. margin-top: 10px;
  19. }
  20. .ant-switch {
  21. margin-left: 10px;
  22. }
  23. .search-more {
  24. margin: 10px 0;
  25. > span {
  26. margin-right: 10px;
  27. }
  28. }
  29. }
  30. .addButton {
  31. float: right;
  32. margin-right: 50px!important;
  33. }
  34. }
  35. .half-item {
  36. float: left;
  37. width: 50%;
  38. height: 36px;
  39. margin-bottom: 10px;
  40. button {
  41. margin-left: 20px;
  42. }
  43. }
  44. .half-middle {
  45. width: 80%;
  46. margin: 10px auto;
  47. height: 36px;
  48. button {
  49. margin-left: 20px;
  50. }
  51. }
  52. .patent-table {
  53. clear: both;
  54. }
  55. .set-submit {
  56. margin-right: 15px;
  57. }
  58. .deletButton {
  59. float: right;
  60. margin-bottom: 15px;
  61. }
  62. .clearfix {
  63. clear: both;
  64. }
  65. .mandatory {
  66. color: red;
  67. margin-left: 8px;
  68. }