fix: antdv ele detail 保持一致
This commit is contained in:
@@ -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 };
|
||||
|
||||
@@ -32,8 +32,6 @@ export interface DescriptionProps extends ElDescriptionProps {
|
||||
schema: DescriptionItemSchema[];
|
||||
// 数据
|
||||
data: Recordable<any>;
|
||||
// 是否包含边框
|
||||
bordered?: boolean;
|
||||
}
|
||||
|
||||
export interface DescInstance {
|
||||
|
||||
Reference in New Issue
Block a user