userMangagement.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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: 10px !important;
  33. }
  34. }
  35. .ant-tabs-bar {
  36. margin-bottom: 10px;
  37. }
  38. .half-item {
  39. float: left;
  40. width: 50%;
  41. min-height: 36px;
  42. margin-bottom: 10px;
  43. button {
  44. margin-left: 20px;
  45. }
  46. }
  47. .half-middle {
  48. width: 80%;
  49. margin: 10px auto;
  50. height: 36px;
  51. button {
  52. margin-left: 20px;
  53. }
  54. }
  55. .patent-table {
  56. clear: both;
  57. }
  58. .set-submit {
  59. margin-right: 15px;
  60. }
  61. .deletButton {
  62. float: right;
  63. margin-bottom: 15px;
  64. }
  65. .clearfix {
  66. clear: both;
  67. }
  68. .mandatory {
  69. color: red;
  70. margin-left: 8px;
  71. }
  72. .search-more .ant-select-auto-complete.ant-select-lg .ant-input {
  73. height: 28px
  74. }
  75. .rolesCol {
  76. width: 90%;
  77. }
  78. .dynamic-delete-button {
  79. cursor: pointer;
  80. position: relative;
  81. top: 4px;
  82. font-size: 24px;
  83. color: #999;
  84. transition: all .3s;
  85. }
  86. .dynamic-delete-button:hover {
  87. color: #777;
  88. }