fix(descriptions): let breakpoint to be partial (#3958)
parent
307c1fc093
commit
1fb65215a2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue