Commit 7a3d840d authored by xinyuandu's avatar xinyuandu

修改图片大小

parent 72d6d094
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<!-- <td>[%= it[item]['img_file_path'] %]</td>--> <!-- <td>[%= it[item]['img_file_path'] %]</td>-->
<td> <td>
<img src='[%= it[item]['img_file_path'] %]' > <img height="60px" width="100px" src='[%= it[item]['img_file_path'] %]' >
</td> </td>
[% if ( it[item]['img_type'] == 2 ){ %] [% if ( it[item]['img_type'] == 2 ){ %]
<td>人群图</td> <td>人群图</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment