feat: file icon support doc and docx (#2289)

This commit is contained in:
Joel
2024-01-30 15:55:07 +08:00
committed by GitHub
parent 6d5b386394
commit 6f7fd6613a
8 changed files with 71 additions and 27 deletions

View File

@@ -291,6 +291,10 @@
background-image: url(../assets/csv.svg);
}
.fileIcon.doc {
background-image: url(../assets/doc.svg);
}
.fileIcon.docx {
background-image: url(../assets/docx.svg);
}