gpt4 book ai didi

html - 设置div高度auto并且可以使用scroll

转载 作者:搜寻专家 更新时间:2023-10-31 08:20:56 25 4
gpt4 key购买 nike

<div style='width: 240px; height:530px; overflow:scroll;'>
<table>
bla.. bla..
</table>
</div>

亲爱的,我想自动设置这个 div 高度,但是当我把它改成 height:auto;表格中的数据不能滚动。

有人有什么建议吗?

谢谢。

最佳答案

<div style='width: 240px; min-height:530px; overflow:scroll;'>
<table>
bla.. bla..
</table>
</div>

关于html - 设置div高度auto并且可以使用scroll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10309268/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com