|
|
@@ -45,7 +45,7 @@
|
|
|
<div class="file-list" style="margin: 15px 0;">
|
|
|
<div v-for="(file, index) of attachmentList" :key="index" style="display: flex; align-items: center;">
|
|
|
<span v-if="index == 0">火炬系统定稿版:</span>
|
|
|
- <el-link type="primary" @click="handleDownloadFile(file)" :style="`padding-left: ${index == 0 ? 0 : 112}px;`">{{ file.label }}</el-link>
|
|
|
+ <el-link type="primary" @click="handleDownloadFile(file)" :style="`margin-left: ${index == 0 ? 0 : 112}px;`">{{ file.label }}</el-link>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>第1步 (封面)基本信息</div>
|