index.less 153 B

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