Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2025-01-02 13:38:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ba7fea88188cee5a0576cd89a87205e02723366
0ba7fea8
1 parent
e7f0c497
样式修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
web/src/views/uploadDetail/uploadFile.vue
web/src/views/uploadDetail/uploadFile.vue
View file @
0ba7fea
...
...
@@ -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;
...
...
Please
register
or
login
to post a comment