Showing
1 changed file
with
1 additions
and
1 deletions
@@ -100,7 +100,7 @@ | @@ -100,7 +100,7 @@ | ||
100 | for (var i = 0 ;i < result.data.imageInfoList.length; i++){ | 100 | for (var i = 0 ;i < result.data.imageInfoList.length; i++){ |
101 | var descStr = result.data.imageInfoList[i].imageDesc ? result.data.imageInfoList[i].imageDesc : ''; | 101 | var descStr = result.data.imageInfoList[i].imageDesc ? result.data.imageInfoList[i].imageDesc : ''; |
102 | 102 | ||
103 | - imageStr += "<td><img height='100px;' width='100px;' class='pimg' src='"+result.data.imageInfoList[i].imageUrl+"'/><div title='" + descStr + "'>" + descStr + "</div></td>"; | 103 | + imageStr += "<td><img height='100px;' width='100px;' class='pimg' src='"+result.data.imageInfoList[i].imageUrl+"'/><div style='height:21px;' title='" + descStr + "'>" + descStr + "</div></td>"; |
104 | if(i % 7 == 0 && 0 != i && i != (result.data.imageInfoList.length - 1)) { | 104 | if(i % 7 == 0 && 0 != i && i != (result.data.imageInfoList.length - 1)) { |
105 | imageStr += "</tr><tr>"; | 105 | imageStr += "</tr><tr>"; |
106 | } | 106 | } |
-
Please register or login to post a comment