clamp multiple lines for long file names

This commit is contained in:
spencerwooo
2022-02-05 20:36:38 +08:00
parent 443d42b16c
commit b42036afb7
9 changed files with 65 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export type OdFolderObject = {
name: string
size: number
lastModifiedDateTime: string
file?: { mimeType: string; hashes: { quickXorHash: string; sha1Hash?: string; sha256Hash?: string } }
file?: { mimeType: string; hashes: { quickXorHash?: string; sha1Hash?: string; sha256Hash?: string } }
folder?: { childCount: number; view: { sortBy: string; sortOrder: 'ascending'; viewType: 'thumbnails' } }
image?: OdImageFile
video?: OdVideoFile