style.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .row-dragging {
  2. .cost-ant-table-cell {
  3. width: 130px;
  4. }
  5. }
  6. .TableSelecter {
  7. .pfm-ant-modal-footer {
  8. display: none !important;
  9. }
  10. .footer {
  11. display: flex;
  12. flex-direction:row;
  13. justify-content: flex-end;
  14. margin-top: 15px;
  15. span {
  16. display: inline-block;
  17. width: 56px;
  18. height: 24px;
  19. font-size: 14px;
  20. line-height: 23px;
  21. text-align: center;
  22. border-radius: 4px;
  23. cursor: pointer;
  24. &.ok {
  25. color: #FFFFFF;
  26. background:#3377FF;
  27. margin-left: 8px;
  28. }
  29. &.cancel {
  30. border: 1px solid #DAE2F2;
  31. }
  32. }
  33. }
  34. }
  35. .PersonnelClassificationMana {
  36. width: 100%;
  37. height: calc(100vh - 48px);
  38. position: relative;
  39. .bottomBar {
  40. position: absolute;
  41. bottom: -16px;
  42. left: -16px;
  43. width:102.5%;
  44. height: 48px;
  45. display: flex;
  46. padding: 0 16px;
  47. flex-direction: row;
  48. justify-content: space-between;
  49. align-items: center;
  50. background: #FFFFFF;
  51. box-shadow: 0px -8px 16px 0px rgba(64,85,128,0.1);
  52. &>span {
  53. font-size: 14px;
  54. font-weight: 400;
  55. color: #17181A;
  56. }
  57. &>a {
  58. width: 80px;
  59. height: 24px;
  60. line-height: 24px;
  61. font-size: 14px;
  62. font-weight: 400;
  63. color: #FFFFFF;
  64. text-align: center;
  65. background: #3377FF;
  66. border-radius: 4px;
  67. }
  68. }
  69. .left {
  70. float: left;
  71. border-radius: 4px;
  72. width: 220px;
  73. height: calc(100vh - 80px);
  74. overflow: scroll;
  75. margin-right: 16px;
  76. padding: 16px 8px;
  77. background: #FFFFFF;
  78. .toolbar {
  79. display: flex;
  80. flex-direction: row;
  81. justify-content: space-between;
  82. align-items: center;
  83. padding: 0 8px;
  84. .add {
  85. cursor: pointer;
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. width: 24px;
  90. height: 24px;
  91. background: #FAFCFF;
  92. border-radius: 4px;
  93. border: 1px solid #DAE2F2;
  94. &>img {
  95. width: 16px;
  96. height: 16px;
  97. }
  98. }
  99. }
  100. .wrap {
  101. margin-top: 16px;
  102. .type {
  103. cursor: pointer;
  104. height: 56px;
  105. border-radius: 4px;
  106. background: #FFFFFF;
  107. display: flex;
  108. padding-left: 8px;
  109. padding-right: 8px;
  110. flex-direction: row;
  111. justify-content: space-between;
  112. align-items: center;
  113. margin-bottom: 4px;
  114. .icon {
  115. width: 25px;
  116. height: 25px;
  117. }
  118. .content {
  119. width: 80%;
  120. padding-left: 7px;
  121. .name {
  122. height: 15px;
  123. font-size: 14px;
  124. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  125. font-weight: 500;
  126. color: #17181A;
  127. line-height: 15px;
  128. margin-bottom: 8px;
  129. overflow: hidden;
  130. white-space: nowrap;
  131. text-overflow: ellipsis;
  132. }
  133. .sub {
  134. height: 13px;
  135. font-size: 12px;
  136. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  137. font-weight: 400;
  138. color: #7A8599;
  139. line-height: 13px;
  140. }
  141. }
  142. .more {
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. cursor: pointer;
  147. width: 16px;
  148. height: 16px;
  149. border-radius: 4px;
  150. background: #FFFFFF;
  151. &>img {
  152. width: 100%;
  153. height: 100%;
  154. }
  155. }
  156. &.on {
  157. font-weight: 500;
  158. color: #17181A;
  159. background: #F0F2F5;
  160. }
  161. &:last-child {
  162. margin-bottom: 0;
  163. }
  164. }
  165. }
  166. }
  167. .right {
  168. float: left;
  169. width: calc(100% - 236px);
  170. padding: 16px;
  171. border-radius: 4px;
  172. background: #FFFFFF;
  173. .toolBar {
  174. display: flex;
  175. flex-direction: row;
  176. justify-content: space-between;
  177. align-items: center;
  178. .filter {
  179. display: flex;
  180. flex-direction: row;
  181. justify-content: flex-start;
  182. align-items: center;
  183. .filterItem {
  184. display: flex;
  185. flex-direction: row;
  186. justify-content: center;
  187. align-items: center;
  188. }
  189. }
  190. .btnGroup {
  191. .add {
  192. cursor: pointer;
  193. display: inline-block;
  194. font-size: 14px;
  195. font-weight: 400;
  196. color: #FFFFFF;
  197. line-height: 24px;
  198. padding: 0 14px;
  199. background: #3377FF;
  200. border-radius: 4px;
  201. margin-left: 8px;
  202. }
  203. .update {
  204. cursor: pointer;
  205. display: inline-block;
  206. font-size: 14px;
  207. font-weight: 400;
  208. color: #17181A;
  209. line-height: 24px;
  210. padding: 0 14px;
  211. background: #FAFCFF;
  212. border-radius: 4px;
  213. border: 1px solid #DAE2F2;
  214. }
  215. }
  216. }
  217. }
  218. }