diff --git a/components/descriptions/index.tsx b/components/descriptions/index.tsx index 4b6d357d8..b378fc943 100644 --- a/components/descriptions/index.tsx +++ b/components/descriptions/index.tsx @@ -42,7 +42,7 @@ export const DescriptionsItem = defineComponent({ }, }); -const DEFAULT_COLUMN_MAP: Record = { +const DEFAULT_COLUMN_MAP: Partial> = { xxl: 3, xl: 3, lg: 3,