Feature/support xlsx (#311)

This commit is contained in:
crazywoola
2023-06-08 15:23:38 +08:00
committed by GitHub
parent dbe0c43515
commit df26f82536
12 changed files with 594 additions and 488 deletions

View File

@@ -292,6 +292,15 @@
background-image: url(../assets/pdf.svg);
}
.fileIcon.csv {
background-image: url(../assets/csv.svg);
}
.fileIcon.xlsx,
.fileIcon.xls {
background-image: url(../assets/xlsx.svg);
}
.fileIcon.html,
.fileIcon.htm {
background-image: url(../assets/html.svg);
@@ -379,4 +388,4 @@
line-height: 28px;
color: #101828;
z-index: 10;
}
}