From 1fb65215a29c549ea3fe77316c8b2868c5b35675 Mon Sep 17 00:00:00 2001 From: Evont Ng Date: Wed, 21 Apr 2021 15:11:23 +0800 Subject: [PATCH] fix(descriptions): let breakpoint to be partial (#3958) --- components/descriptions/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,