directional.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .directional-content {
  2. background: #fff;
  3. height: calc(100vh - 137px);
  4. padding: 20px;
  5. overflow-y: auto;
  6. .control-con-header {
  7. margin-bottom: 20px;
  8. position: relative;
  9. /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
  10. width: 200px !important;
  11. }
  12. .reset-class {
  13. margin-right: 10px !important;
  14. }
  15. .upload-person {
  16. position: absolute;
  17. right: 10px;
  18. top: 0;
  19. }
  20. }
  21. .cause-text-class {
  22. cursor: pointer;
  23. }
  24. .pagin-table-class {
  25. display: flex;
  26. justify-content: flex-end;
  27. margin-top: 20px;
  28. }
  29. .acount-search-class {
  30. width: 200% !important;
  31. }
  32. .grid-form-type {
  33. margin-left: 210px;
  34. }
  35. }
  36. /deep/ .push-modal {
  37. width: 600px !important;
  38. .acount-title {
  39. display: flex;
  40. font-size: 14px;
  41. height: 40px;
  42. line-height: 40px;
  43. .acount-title-left {
  44. margin-right: 20px;
  45. width: 100px;
  46. }
  47. }
  48. .push-plate {
  49. margin-bottom: 20px;
  50. }
  51. }
  52. .person-modal {
  53. width: 500px;
  54. /deep/ .ant-form-item {
  55. display: flex;
  56. }
  57. /deep/ .ant-form-item-label {
  58. width: 20%;
  59. }
  60. /deep/ .ant-form-item-control-wrapper {
  61. width: 80%;
  62. }
  63. .acount-search-class {
  64. width: 100% !important;
  65. }
  66. .upload-txt-rules {
  67. margin-top: 10px;
  68. margin-bottom: 10px;
  69. line-height: 1.5;
  70. }
  71. /deep/ .ant-radio-group {
  72. line-height: 30px;
  73. }
  74. }
  75. /deep/ .cause-modal {
  76. width: 600px !important;
  77. .cause-modal-table-class {
  78. height: 500px;
  79. overflow-y: auto;
  80. }
  81. .pagin-table-class {
  82. display: flex;
  83. justify-content: flex-end;
  84. margin-top: 20px;
  85. }
  86. }
  87. /deep/ .relax-modal {
  88. width: 600px !important;
  89. .acount-title {
  90. display: flex;
  91. font-size: 14px;
  92. height: 40px;
  93. line-height: 40px;
  94. .acount-title-left {
  95. margin-right: 20px;
  96. width: 100px;
  97. }
  98. }
  99. .push-plate {
  100. margin-bottom: 20px;
  101. }
  102. }
  103. .grid-form-item-account {
  104. /deep/ .ant-form-item-control {
  105. line-height: inherit;
  106. }
  107. }