fix(descriptions): let breakpoint to be partial (#3958)

pull/3959/head
Evont Ng 2021-04-21 15:11:23 +08:00 committed by GitHub
parent 307c1fc093
commit 1fb65215a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export const DescriptionsItem = defineComponent({
}, },
}); });
const DEFAULT_COLUMN_MAP: Record<Breakpoint, number> = { const DEFAULT_COLUMN_MAP: Partial<Record<Breakpoint, number>> = {
xxl: 3, xxl: 3,
xl: 3, xl: 3,
lg: 3, lg: 3,