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.
我一直在尝试制作一个 wordpress 模板。一切都很好,但是当您有超过 2 个长帖子时,文本会出现在 div 中。有什么方法可以使 div 高度可变?
您可以在 css中设置min-height而不是height. 或者你可以使用overflow-y:scroll;
min-height
height
overflow-y:scroll;
肯定不止于此……正如marc所建议的那样,其他一些css属性可能会导致这种情况。检查高度、溢出和任何此类相关属性。