|
@@ -72,8 +72,7 @@
|
|
|
<input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_no[]' value="{$sv['goods_no']}"/>
|
|
|
</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
- <input type="hidden" value="{$sv.spec_img|default=''}" />
|
|
|
- <img src="{$sv.spec_img|default=''}" width="30px">
|
|
|
+ <img src="{$sv.spec_img|default=''}" height="30px" width="30px">
|
|
|
</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
<input class='layui-input' readonly style="background-color: #e6e6e6" name='store_num[]' value="{$sv['num']}"/>
|