Skip to content

Commit 1fb6521

Browse files
authored
fix(descriptions): let breakpoint to be partial (#3958)
1 parent 307c1fc commit 1fb6521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/descriptions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const DescriptionsItem = defineComponent({
4242
},
4343
});
4444

45-
const DEFAULT_COLUMN_MAP: Record<Breakpoint, number> = {
45+
const DEFAULT_COLUMN_MAP: Partial<Record<Breakpoint, number>> = {
4646
xxl: 3,
4747
xl: 3,
4848
lg: 3,

0 commit comments

Comments
 (0)