fix : 修复项目基本信息展示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user