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 个 div。
我需要底部 div 来获取剩余的高度。
有问题的 div 是
<div id="overview">
它溢出细胞
无论如何让这个div占据剩余的高度而不修复它,因为这个弹出窗口会改变大小
JsFiddle 示例
改变你的CSS:
CSS
#overview { height:auto; } .CSSTableGeneratorRound { height:auto; }
我的代码笔