Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1074,7 +1074,7 @@ | @@ -1074,7 +1074,7 @@ | ||
1074 | 1074 | ||
1075 | 1075 | ||
1076 | var imageUrl = "/show/readAli?file=" + encodeURIComponent(encodeURIComponent(images[i].imageUrl)); | 1076 | var imageUrl = "/show/readAli?file=" + encodeURIComponent(encodeURIComponent(images[i].imageUrl)); |
1077 | - lineInfo +=" <div style='margin-top:20px;width: 300px ;float: left;text-align: center' ><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" + | 1077 | + lineInfo +=" <div style='margin-top:20px;width: 300px ;float: left;text-align: center;margin-left: 10px' ><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" + |
1078 | " </br>"+images[i].imageName+"</div>"; | 1078 | " </br>"+images[i].imageName+"</div>"; |
1079 | 1079 | ||
1080 | /*lineInfo +=" <div class='span3'><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" + | 1080 | /*lineInfo +=" <div class='span3'><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" + |
-
Please register or login to post a comment