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

@@ -100,6 +100,14 @@
background-image: url(../assets/unknow.svg);
background-size: 32px;
}
.fileIcon.csv {
background-image: url(../assets/csv.svg);
}
.fileIcon.xlsx,
.fileIcon.xls {
background-image: url(../assets/xlsx.svg);
}
.fileIcon.pdf {
background-image: url(../assets/pdf.svg);
}
@@ -168,4 +176,4 @@
.actionWrapper .buttonWrapper {
@apply flex items-center;
display: none;
}
}