jinhui.wang

样式修改

......@@ -47,7 +47,7 @@
<i slot="reference" class="el-icon-question questionIcon" />
</el-popover> -->
</div>
<div class="tipDom" v-if="item.uploadType == 'OTH'">
<div class="tipDom" v-if="item.uploadType == 'attachmentBizType_04'">
Please provide
<span class="tipWeight">certificate of origin,contract</span>,etc.
if have any.<br />
......@@ -55,8 +55,8 @@
<span class="tipWeight">purchase receipts</span> or other support
clearance documents if declaring personal items.
</div>
<!-- <div v-else>Waybill upload</div> -->
</div>
<div class="uploadFiles">
<div
class="uploadFileList"
v-for="(file, idx) in item.files"
......@@ -89,13 +89,17 @@
title="Do you want to delete this file?"
@confirm="delFile(file)"
>
<el-button slot="reference" type="text" :loading="file.delLoading"
<el-button
slot="reference"
type="text"
:loading="file.delLoading"
>DELETE</el-button
>
</el-popconfirm>
</div>
</div>
</div>
</div>
<!-- <el-button
v-if="!uploadType"
type="text"
......@@ -363,6 +367,9 @@ export default {
color: $fedexError;
}
}
.uploadFiles {
// max-height: 300px;
// overflow-y: scroll;
.uploadFileList {
height: 45px;
display: flex;
......@@ -388,6 +395,7 @@ export default {
}
}
}
}
.fileBoxItemDisable {
box-shadow: none;
background-color: $formItemBackgroundColor !important;
......