Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用引导程序 2.3.2。我正在使用流体网格系统来显示带有列标题的表格数据。当用户将浏览器的大小调整到手机视口的大小并且列折叠成一列时,我想隐藏列标题,而是在每行的每个字段旁边显示标签。这可能吗?
.hidden-phone .hidden-tablet .hidden-desktop
类标签将隐藏你想要的视图中的东西。
同样的
.visible-phone 是相反的