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

@@ -75,6 +75,15 @@
.markdownIcon {
background-image: url(./assets/md.svg);
}
.xlsIcon {
background-image: url(./assets/xlsx.svg);
}
.xlsxIcon {
background-image: url(./assets/xlsx.svg);
}
.csvIcon {
background-image: url(./assets/csv.svg);
}
.statusItemDetail {
@apply h-8 font-medium border border-gray-200 inline-flex items-center rounded-lg pl-3 pr-4 mr-2;
}