fix : 修复项目基本信息展示

This commit is contained in:
2024-08-05 19:10:29 +08:00
parent 147d66c756
commit 63d8feb712
16 changed files with 2741 additions and 318 deletions

View File

@@ -2,7 +2,7 @@
<div class="detail-block" v-loading="loading">
<baseTitle title="需求上报信息" style="margin-top: -15px"></baseTitle>
<el-form :model="localFormData" ref="summaryForm" :rules="rules">
<el-row gutter="50">
<el-row gutter="20" style="margin-bottom: -18px">
<el-col :span="24">
<el-form-item label="项目名称" prop="projectName">
<span>{{ localFormData.projectName }}</span>
@@ -129,7 +129,7 @@
</el-col>
</el-row>
<el-row gutter="14" >
<el-row gutter="20" style="margin-bottom: -18px">
<el-col :span="24">
<baseTitle title="项目描述"></baseTitle>
</el-col>