|
@@ -52,11 +52,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" style="height: 20%;min-height: 160px;">
|
|
|
- <div class="person-div" v-for="user in userList" style="text-align: center;margin-left:5%;">
|
|
|
- <div>
|
|
|
- <img v-bind:src="'/upPersonnel/warehouse/'+user.fileName" border="0" />
|
|
|
+ <div class="person-div" v-for="user in userList" style="text-align: center;margin-left: 20px;">
|
|
|
+ <div style="width:110px;">
|
|
|
+ <img height="140" width="110" v-bind:src="'/upPersonnel/warehouse/'+user.fileName" border="0" />
|
|
|
</div>
|
|
|
- <div style="width: 100px; overflow:hidden; word-break:break-all;white-space:nowrap">
|
|
|
+ <div style="width: 110px; overflow:hidden; word-break:break-all;white-space:nowrap">
|
|
|
{{user.fileRealName}}
|
|
|
</div>
|
|
|
<!-- <div>
|