hrSituation.less 483 B

1234567891011121314151617181920212223242526
  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: 27px;
  18. width: 126px;
  19. text-align: right;
  20. }
  21. .hrSituation-roster {
  22. margin-top: 10px;
  23. margin-bottom: 20px;
  24. width: 400px;
  25. }
  26. }