index.less 300 B

12345678910111213141516171819202122
  1. .projectTable {
  2. cursor: pointer;
  3. }
  4. .projectTable:hover {
  5. background: #71a7e885 !important;
  6. }
  7. .ant-upload-list {
  8. display: inline-block !important;
  9. }
  10. .light {
  11. // background: #87CEEB;
  12. background: #D3D3D3;
  13. // background: #CD8162;
  14. }
  15. .dark {
  16. background: white;
  17. // background: #87CEEB;
  18. }