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

@@ -87,6 +87,9 @@
.csvIcon {
background-image: url(~@/assets/csv.svg);
}
.docIcon {
background-image: url(~@/assets/doc.svg);
}
.docxIcon {
background-image: url(~@/assets/docx.svg);
}