袁少华 4 years ago
parent
commit
06bf5c8234
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pages/dashboard/line.html
  2. 1 1
      pages/dashboard/warehouse.html

+ 2 - 2
pages/dashboard/line.html

@@ -46,9 +46,9 @@
                     <div class="col-lg-12  col-md-12 center block-title">班组装人员信息</div>
                 </div>
                 <div class="row" style="height: 160px;">
-                    <div class="person-div" v-for="user in userList" style="text-align: center;margin-left:3%;">
+                    <div class="person-div" v-for="user in userList" style="text-align: center;margin-left:1%;">
                         <div>
-                            <img  height="140" width="100" v-bind:src="'/upPersonnel/Mechanice/'+user.fileName" border="0" />
+                            <img  height="140" width="95" v-bind:src="'/upPersonnel/Mechanice/'+user.fileName" border="0" />
                         </div>
                         <div style="width: 90px; overflow:hidden; word-break:break-all;white-space:nowrap">
                             {{user.fileRealName}}

+ 1 - 1
pages/dashboard/warehouse.html

@@ -52,7 +52,7 @@
                     </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: 20px;">
+                    <div class="person-div" v-for="user in userList" style="text-align: center;margin-left: 10px;">
                         <div style="width:110px;">
                             <img height="140" width="110" v-bind:src="'/upPersonnel/warehouse/'+user.fileName" border="0" />
                         </div>