8fcfcfef by yangjianbin

init

1 parent ef30300d
......@@ -35,7 +35,7 @@
<th>支持相同类型图片上传多张, 格式: png/jpg 单张限制5M</th>
</tr>
</thead>
<tbody>
<tbody class="upload-tbody">
</tbody>
</table>
</div>
......
......@@ -159,7 +159,7 @@ window.uploadList = function () {
html += '</div></td></tr>';
}
$('tbody').append(html);
$('tbody.upload-tbody').append(html);
$('.file-item').on('mouseenter', function () {
$(this).find('.file-panel').stop().animate({height: 30});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!