hrSituation.less 374 B

123456789101112131415161718192021
  1. .hrSituation-form {
  2. width: 100%;
  3. .ant-form-item {
  4. float: left;
  5. .ant-input-number {
  6. width: 80%;
  7. }
  8. }
  9. .half-item {
  10. width: 19%;
  11. }
  12. .hrSituation-title {
  13. font-size: 16px;
  14. }
  15. .hrSituation-span {
  16. float: left;
  17. line-height: 32px;
  18. width: 126px;
  19. text-align: right;
  20. }
  21. }