userMangagement.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. }
  31. .half-item {
  32. float: left;
  33. width: 50%;
  34. min-height: 36px;
  35. margin-bottom: 10px;
  36. button {
  37. margin-left: 20px;
  38. }
  39. }
  40. .half-middle {
  41. width: 80%;
  42. margin: 10px auto;
  43. height: 36px;
  44. button {
  45. margin-left: 20px;
  46. }
  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{width: 90%;}
  73. .setSave,.operations,.cancel{
  74. float: left;
  75. }
  76. .setSave{margin-right: 10px;margin-left: 188px;}
  77. .toVoid{float: left;margin-right: 10px;}
  78. .btnSave{text-align: center;margin-top: 10px;overflow: hidden;}
  79. .ant-calendar-picker-input{height: 27px;}
  80. /*变更说明*/
  81. .changeBorder .half-item{
  82. margin-bottom: 0;
  83. }
  84. .changeRemark {
  85. border-bottom: 1px solid #ccc;
  86. }
  87. .changeRemark div{
  88. margin-bottom: 0px;
  89. }
  90. .changeStatusTxt label{
  91. color: red;
  92. }
  93. .single{
  94. display: block;
  95. cursor: pointer;
  96. }
  97. .single:hover{
  98. background: skyblue;
  99. }
  100. .ant-tabs-bar {
  101. margin-bottom: 0;
  102. }
  103. .user-content .user-search {
  104. margin-top: 0 !important;
  105. }
  106. .ant-tabs-tab {
  107. font-weight: 900;
  108. }
  109. .ant-table-small .ant-table-thead > tr > th {
  110. background: #f5f5f5;
  111. }