光滑的滑块在 bootstrap 3 选项卡内容中无法正常工作,我搜索了解决方案,但找到了这个
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: block; /* undo display:none */
height: 0; /* height:0 is also invisible */
overflow-y: hidden; /* no-overflow */
}
.tab-content > .active,
.pill-content > .active {[![enter image description here][1]][1]
height: auto; /* let the content decide it */
} /* bootstrap hack end */
但是当我尝试运行它时,滑块工作得很好,但是箭头消失了,并且显示了滚动条-x:S:S:S