Browse Source

论文修改联系人头像位置偏移

luyanan 7 years ago
parent
commit
bec016c9e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/paperModify.js

+ 1 - 1
js/paperModify.js

@ -101,7 +101,7 @@ $(document).ready(function() {
101 101
											var str="";
102 102
											str +='<li class="flexCenter" data-id="'+ showPro.id +'">'
103 103
											str +='<div class="madiaHead useHead" style="background-image:url('+ imgbg +')"></div>'
104
											str +='<div class="madiaInfo" style="margin-top:-8px">'
104
											str +='<div class="madiaInfo" style="margin-top:-4px">'
105 105
											str +='<p class="ellipsisSty"><span class="h1Font">'+ showPro.name +'</span><em class="authiconNew '+ authTy +'" title="'+ authTit +'"></em></p>'
106 106
											str +='<p class="h2Font ellipsisSty">'+ baseInfo +'</p>'
107 107
											str +='</div></li>';