|
@@ -144,7 +144,7 @@
|
|
|
<content-title title="贸易合同">
|
|
|
<el-button class="WIDTH64" type="success">上传</el-button>
|
|
|
</content-title>
|
|
|
- <el-row class="zap-form" type="flex">
|
|
|
+ <el-row class="zap-form" type="flex" style="flex-wrap: wrap;">
|
|
|
<attachments v-for="(item, index) in contractList" :key="index" :fileName="item.name">
|
|
|
<img style="width: 100%;" class="" :src="item.url" />
|
|
|
<div class="attachements__marker" slot="marker">
|
|
@@ -159,7 +159,7 @@
|
|
|
<content-title title="物流附件">
|
|
|
<el-button class="WIDTH64" type="success">上传</el-button>
|
|
|
</content-title>
|
|
|
- <el-row class="zap-form" type="flex">
|
|
|
+ <el-row class="zap-form" type="flex" style="flex-wrap: wrap;">
|
|
|
<attachments v-for="(item, index) in logisticsList" :key="index" :fileName="item.name">
|
|
|
<img style="width: 100%;" class="" :src="item.url" />
|
|
|
<div class="attachements__marker" slot="marker">
|
|
@@ -174,7 +174,7 @@
|
|
|
<content-title title="其他附件">
|
|
|
<el-button class="WIDTH64" type="success">上传</el-button>
|
|
|
</content-title>
|
|
|
- <el-row class="zap-form" type="flex">
|
|
|
+ <el-row class="zap-form" type="flex" style="flex-wrap: wrap;">
|
|
|
<attachments v-for="(item, index) in otherList" :key="index" :fileName="item.name">
|
|
|
<img style="width: 100%;" :src="item.url" />
|
|
|
<div class="attachements__marker" slot="marker">
|