refactor: 重构描述组件样式

This commit is contained in:
kailong321200875
2023-12-17 11:23:36 +08:00
parent 2009594f08
commit c7658d8c70
2 changed files with 51 additions and 24 deletions

View File

@@ -42,7 +42,8 @@ const schema = reactive<DescriptionsSchema[]>([
},
{
field: 'addr',
label: t('descriptionsDemo.addr')
label: t('descriptionsDemo.addr'),
span: 24
}
])
@@ -125,7 +126,8 @@ const schema2 = reactive<DescriptionsSchema[]>([
</ElFormItem>
)
}
}
},
span: 24
}
])