Access denied, Please sign in and make sure you have proper permission.
外框增加 CSS clearfix
代码参考:
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
@huacnlee 谢谢帮忙,但好像还是有点问题,我是希望能够在添加图片后还是保持一页 8 个,多出来的能直接搞到第二页去
好像是可以不刷新的,在 view 加上:
<%= paginate @users, remote: true %>
参考官方文档