Commit 2dc7fa91 authored by youjie's avatar youjie

no message

parent 8dbd0b55
...@@ -192,9 +192,11 @@ ...@@ -192,9 +192,11 @@
<div style="margin-top: 10px;display: flex;flex-wrap: wrap;" <div style="margin-top: 10px;display: flex;flex-wrap: wrap;"
v-if="addMsg.detailList&&addMsg.detailList.length>0"> v-if="addMsg.detailList&&addMsg.detailList.length>0">
<div v-for="(item,index) in proofList" class="table-box proofList-box"> <div v-for="(item,index) in proofList" class="table-box proofList-box">
<el-tag :key="index" size="mini"> <div style="margin-bottom: 5px;">
{{item.Id}} <el-tag :key="index" size="mini">
</el-tag> {{item.Id+' '+item.CreateName+' '+item.PeopleNum}}人
</el-tag>
</div>
<div class="d-flex"> <div class="d-flex">
<div class="img-box-form" v-for="(file,fIndex) in item.vorcherInos" <div class="img-box-form" v-for="(file,fIndex) in item.vorcherInos"
style="margin-left: 5px;"> style="margin-left: 5px;">
...@@ -673,6 +675,7 @@ export default { ...@@ -673,6 +675,7 @@ export default {
} }
.proofList-box{ .proofList-box{
display: flex; display: flex;
flex-direction: column;
margin-left: 5px; margin-left: 5px;
margin-bottom: 3px; margin-bottom: 3px;
} }
......
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