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.
这让我大吃一惊——我不知道如何覆盖 Bootstrap 的样式以消除菜单按钮底部和导航栏底部之间的 1px 间隙。这是我的小提琴:
http://jsfiddle.net/PTSkR/32/
这是我要消除的屏幕-该锚点下方的1px:
知道如何做到这一点吗?
code code
小提琴似乎坏了,因为它与屏幕截图不匹配。因此,作为一般答案,在这种情况下,一种选择是在容器上设置负底部边距。例如
{margin-bottom: -1px;}
虽然这是一个“创可贴”的解决方案,但您可以通过执行 1px 负边距来消除您找不到导致问题的 1px 边距,从而获得立竿见影的效果。