|
|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<div class="white-bg top full-height hide-scrollbar" style='overflow-y: auto;'>
|
|
|
<el-affix :offset='60.1'>
|
|
|
- <div class="flex flex-col flex-center">
|
|
|
+ <div class="flex flex-col flex-center padding">
|
|
|
<span class='font-16 bold mb-10'>{{ data.name }}</span>
|
|
|
<span class="font-16 bold mt-5" style="color:#787C90;">项目总投资额</span>
|
|
|
<span class="mt-5 font-16 bold main-color">{{
|
|
|
@@ -13,8 +13,9 @@
|
|
|
<span class="title">项目阶段-文件管理</span>
|
|
|
</div>
|
|
|
</el-affix>
|
|
|
- <div style='margin-top: 80px;'>
|
|
|
- <basic-step style='margin-top: 80px' :active="active" :steps='stage'/>
|
|
|
+ <div style='margin-top: 80px;margin-left: 30px'>
|
|
|
+ <el-empty v-if='stage && stage.length === 0 '></el-empty>
|
|
|
+ <basic-step v-else style='margin-top: 80px' :active="active" :steps='stage'/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|