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 宽度。
我搜索了很长时间,但找不到任何答案。
我也不知道问题出在哪里。
所以请在看到下面的图片后提供帮助。
其他图片:
您需要将table-layout:fixed;表格布局默认设置为自动,以便您的内容增加您的表格也会增加。
table-layout:fixed;
table{ table-layout:fixed; }
我看到你标记了“JQuery”。您是否在该页面上使用了一些脚本?其中一些可以与桌子相连吗?如果您向我们展示任何示例,也会很好。