gpt4 book ai didi

html - 表格压缩以适应 (css)

转载 作者:可可西里 更新时间:2023-11-01 13:40:19 24 4
gpt4 key购买 nike

如果我将自然宽度为 800px 的表格放在宽度为 700px 的 div 中,即使设置了 css 属性 overflow:scroll;,表格仍会“压扁”到700px 空间。

是否有任何我可以编辑/重新构建的 html 或 css 来解决这个问题?

最佳答案

检查这可能会解决问题

table
{
table-layout:fixed;
}

关于html - 表格压缩以适应 (css),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4313303/

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