fix: antdv ele detail 保持一致

This commit is contained in:
xingyu4j
2025-10-28 14:17:28 +08:00
parent 1338637c00
commit 2dd3471f98
30 changed files with 131 additions and 201 deletions

View File

@@ -10,8 +10,7 @@ import { get, getNestedValue, isFunction } from '@vben/utils';
import { ElDescriptions, ElDescriptionsItem } from 'element-plus';
const props = {
// TODO @星语bordered 不生效;之前好像是 border
bordered: { default: true, type: Boolean },
border: { default: true, type: Boolean },
column: {
default: () => {
return { lg: 3, md: 3, sm: 2, xl: 3, xs: 1, xxl: 4 };

View File

@@ -32,8 +32,6 @@ export interface DescriptionProps extends ElDescriptionProps {
schema: DescriptionItemSchema[];
// 数据
data: Recordable<any>;
// 是否包含边框
bordered?: boolean;
}
export interface DescInstance {