From 148c4c8c1b1d4369edc58c5a539d373e65dd5f00 Mon Sep 17 00:00:00 2001 From: ocean-gao Date: Mon, 9 Sep 2024 20:01:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20FDescriptionItem=20?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/descriptions/descriptionsItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/descriptions/descriptionsItem.tsx b/components/descriptions/descriptionsItem.tsx index 41c82dde..657cba9d 100644 --- a/components/descriptions/descriptionsItem.tsx +++ b/components/descriptions/descriptionsItem.tsx @@ -42,7 +42,7 @@ export default defineComponent({ = parentChildren .filter(isVNode) .find((c) => - c.props?.class.includes( + c.props?.class?.includes( `${DESCRIPTIONS_PREFIX_CLASS}-body`, ), )?.children ?? [];