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.
当我设置自定义高度时,为什么会切割类似框的底部?它只是切割面,它的下半部分没有显示。
我该如何解决?
谢谢
如果我正确理解您的更正,这将是因为您没有设置盒子内容的高度,而是设置盒子本身。
<div height="x">
不关心 div 中的内容,它使 div 只显示 x 数量。
我遇到了同样的问题并将这些添加到我的 CSS
.fb-like span { height: auto !important; } .fb-like iframe { position: relative !important; }