userMangagement.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. min-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: 20px;
  57. font-size: 16px;
  58. width: 80px;
  59. height: 30px;
  60. line-height: 30px;
  61. }
  62. .deletButton {
  63. float: right;
  64. margin-bottom: 15px;
  65. }
  66. .clearfix {
  67. clear: both;
  68. }
  69. .mandatory {
  70. color: red;
  71. margin-left: 8px;
  72. }
  73. .search-more .ant-select-auto-complete.ant-select-lg .ant-input{
  74. height:28px
  75. }
  76. .rolesCol{width: 90%;}
  77. .setSave,.operations,.cancel{
  78. float: left;
  79. }
  80. .setSave{margin-right: 10px;margin-left: 188px;}
  81. .toVoid{float: left;margin-right: 10px;}
  82. .btnSave{text-align: center;margin-top: 10px;overflow: hidden;}
  83. .ant-calendar-picker-input{height: 27px;}
  84. /*变更说明*/
  85. .changeBorder .half-item{
  86. margin-bottom: 0;
  87. }
  88. .changeRemark {
  89. border-bottom: 1px solid #ccc;
  90. }
  91. .changeRemark div{
  92. margin-bottom: 0px;
  93. }
  94. .changeStatusTxt label{
  95. color: red;
  96. }
  97. .single{
  98. display: block;
  99. cursor: pointer;
  100. }
  101. .single:hover{
  102. background: skyblue;
  103. }
  104. .ant-tabs-bar {
  105. margin-bottom: 0;
  106. }
  107. .user-content .user-search {
  108. margin-top: 0 !important;
  109. }
  110. .ant-tabs-tab {
  111. font-weight: 900;
  112. }
  113. .ant-table-small .ant-table-thead > tr > th {
  114. background: #f5f5f5;
  115. }
  116. .half-item>.ant-col-14>.ant-form-item-control {
  117. // width: 254px !important;
  118. }