userMangagement.less 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: 150px;}
  81. .toVoid{float: left;margin-right: 10px;}
  82. .btnSave{text-align: center;margin-top: 10px;}
  83. .ant-calendar-picker{vertical-align: top;margin-top: 11px;}
  84. .ant-calendar-picker-input{height: 27px;}