fix: desc

This commit is contained in:
xingyu4j
2025-10-21 16:38:39 +08:00
parent 4726238e9a
commit 4959a8f401
4 changed files with 3 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ const props = {
['default', 'middle', 'small', undefined].includes(v),
},
title: { default: '', type: String },
useCard: { default: true, type: Boolean },
direction: { default: 'horizontal', type: String },
};

View File

@@ -28,8 +28,6 @@ export interface DescriptionItemSchema {
}
export interface DescriptionProps extends ElDescriptionProps {
// 是否包含卡片组件
useCard?: boolean;
// 描述项配置
schema: DescriptionItemSchema[];
// 数据