8fcfcfef by yangjianbin

init

1 parent ef30300d
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 <th>支持相同类型图片上传多张, 格式: png/jpg 单张限制5M</th> 35 <th>支持相同类型图片上传多张, 格式: png/jpg 单张限制5M</th>
36 </tr> 36 </tr>
37 </thead> 37 </thead>
38 <tbody> 38 <tbody class="upload-tbody">
39 </tbody> 39 </tbody>
40 </table> 40 </table>
41 </div> 41 </div>
......
...@@ -159,7 +159,7 @@ window.uploadList = function () { ...@@ -159,7 +159,7 @@ window.uploadList = function () {
159 html += '</div></td></tr>'; 159 html += '</div></td></tr>';
160 } 160 }
161 161
162 $('tbody').append(html); 162 $('tbody.upload-tbody').append(html);
163 163
164 $('.file-item').on('mouseenter', function () { 164 $('.file-item').on('mouseenter', function () {
165 $(this).find('.file-panel').stop().animate({height: 30}); 165 $(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!