Commit 810bcc86 authored by 李晓兵's avatar 李晓兵

'附件上传'

parent 80f0196c
...@@ -905,7 +905,7 @@ export default { ...@@ -905,7 +905,7 @@ export default {
} }
}) })
}*/ }*/
vm.loadItemList() this.loadItemList()
}, },
hideModal () { hideModal () {
this.showModalValue = false this.showModalValue = false
...@@ -1254,7 +1254,7 @@ export default { ...@@ -1254,7 +1254,7 @@ export default {
let url = process.env.basePath + 'prj_cdd_check_list' let url = process.env.basePath + 'prj_cdd_check_list'
let param = { let param = {
master: { master: {
'document_id': 7850, 'document_id': 7730,
'document_table': 'HLS_BP_MASTER', 'document_table': 'HLS_BP_MASTER',
'tab_group': 'HLS_NP', 'tab_group': 'HLS_NP',
}, },
...@@ -1621,8 +1621,22 @@ export default { ...@@ -1621,8 +1621,22 @@ export default {
align-items: center; align-items: center;
margin-top: 12px; margin-top: 12px;
margin-left: 16px; margin-left: 16px;
// float: left; float: left;
.close {
position: relative;
color: #F96F68;
margin-top: -100%;
margin-left: -10%;
img{
width: 14px;
height: 14px;
}
}
img { img {
width: 88px;
height: 88px;
}
.upload-btn{
width: 24px; width: 24px;
height: 24px; height: 24px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment