index.less 197 B

1234567891011121314
  1. .receivablesStatistics{
  2. .projectTable{
  3. cursor: pointer;
  4. }
  5. .projectTable:hover{
  6. background: #71a7e885 !important;
  7. }
  8. .ant-upload-list{
  9. display: inline-block !important;
  10. }
  11. }