userMangagement.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. }
  5. .user-content .content-title {
  6. color: #333;
  7. font-size: 16px;
  8. overflow: hidden;
  9. }
  10. .user-content .user-search {
  11. margin-bottom: 10px;
  12. }
  13. .user-content .user-search > input {
  14. width: 140px;
  15. }
  16. .user-content .user-search > button,
  17. .user-content .user-search .ant-select,
  18. .user-content .user-search > input {
  19. margin-right: 10px;
  20. margin-top: 10px;
  21. }
  22. .user-content .user-search .ant-switch {
  23. margin-left: 10px;
  24. }
  25. .user-content .user-search .search-more {
  26. margin: 10px 0;
  27. }
  28. .user-content .user-search .search-more > span {
  29. margin-right: 10px;
  30. }
  31. .half-item {
  32. float: left;
  33. width: 50%;
  34. min-height: 36px;
  35. margin-bottom: 10px;
  36. }
  37. .half-item button {
  38. margin-left: 20px;
  39. }
  40. .half-middle {
  41. width: 80%;
  42. margin: 10px auto;
  43. height: 36px;
  44. }
  45. .half-middle button {
  46. margin-left: 20px;
  47. }
  48. .patent-table {
  49. clear: both;
  50. }
  51. .set-submit {
  52. margin-right: 20px;
  53. font-size: 16px;
  54. width: 80px;
  55. height: 30px;
  56. line-height: 30px;
  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. }
  69. .search-more .ant-select-auto-complete.ant-select-lg .ant-input {
  70. height: 28px;
  71. }
  72. .rolesCol {
  73. width: 90%;
  74. }
  75. .setSave,
  76. .operations,
  77. .cancel {
  78. float: left;
  79. }
  80. .setSave {
  81. margin-right: 10px;
  82. margin-left: 188px;
  83. }
  84. .toVoid {
  85. float: left;
  86. margin-right: 10px;
  87. }
  88. .btnSave {
  89. text-align: center;
  90. margin-top: 10px;
  91. overflow: hidden;
  92. }
  93. .ant-calendar-picker-input {
  94. height: 27px;
  95. }
  96. /*变更说明*/
  97. .changeBorder .half-item {
  98. margin-bottom: 0;
  99. }
  100. .changeRemark {
  101. border-bottom: 1px solid #ccc;
  102. }
  103. .changeRemark div {
  104. margin-bottom: 0px;
  105. }
  106. .changeStatusTxt label {
  107. color: red;
  108. }
  109. .single {
  110. display: block;
  111. cursor: pointer;
  112. }
  113. .single:hover {
  114. background: skyblue;
  115. }
  116. .ant-tabs-bar {
  117. margin-bottom: 0;
  118. }
  119. .user-content .user-search {
  120. margin-top: 0 !important;
  121. }
  122. .ant-tabs-tab {
  123. font-weight: 900;
  124. }
  125. .ant-table-small .ant-table-thead > tr > th {
  126. background: #f5f5f5;
  127. }