fix : 优化移动端详情界面

This commit is contained in:
2024-06-30 00:00:16 +08:00
parent 2e9adb3248
commit 80aef38e7a
14 changed files with 44 additions and 38 deletions

View File

@@ -101,21 +101,21 @@ const schema = computed(() => {
label: '征集名称',
prop: 'requirementName',
colProps: {
span: 12
span: 24
}
},
{
label: '所属公司',
prop: 'affiliatedCompany',
colProps: {
span: 12
span: 24
}
},
{
label: '项目名称',
prop: 'projectName',
colProps: {
span: 12
span: 24
}
}