table.less 486 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .half-item{
  2. margin-bottom: 0px;
  3. height: auto
  4. }
  5. .ant-row{
  6. margin-bottom: 0px
  7. }
  8. #demand-form .half-item{
  9. margin-bottom: 0px
  10. }
  11. .three-item{
  12. float: left;
  13. width: 50%;
  14. margin-bottom: 10px;
  15. }
  16. .sub-title{
  17. margin-left: 10px;
  18. font-weight: 800
  19. }
  20. .ant-input-lg{
  21. height: 24px
  22. }
  23. .ant-select-lg .ant-select-selection--single{
  24. height: 24px
  25. }
  26. .ant-select-lg .ant-select-selection__rendered{
  27. line-height: 24px
  28. }
  29. .ruanzhu{
  30. color:red
  31. }
  32. .xiazheng{
  33. color:green
  34. }
  35. .height-input{
  36. height: 2.7em
  37. }