简体   繁体   English

引导程序在小型设备上保留分页的隐藏元素

[英]bootstrap aside hide element of pagination on small devices

I have a web page with a DIV and a Aside, in the DIV I have a list with dynamic pagination, all works very well except in the small device Aside masked the pagination and I can not see the 2 page and 3 page.... of DIV 我有一个带有DIV和Aside的网页,在DIV中我有一个带有动态分页的列表,除了在小型设备Aside中屏蔽了分页之外,所有工作都很好,我看不到2页和3页... DIV的。

<div class="container">
<div class="col-md-9 col-sm-9 col-xs-12">
....
</div>
<aside class="col-md-3 col-sm-3 aside-right">
....
</aside>
</div>

尝试将col-xs-12添加到旁边的块中:

<aside class="col-md-3 col-sm-3 col-xs-12 aside-right">

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM