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.
我有一个简单的 HTML 表格,宽度为 100%,有 4 列...
当表很大并且列中的数据很小时,我会在列之间得到很大的空间......
是否可以使所有列彼此相邻并仅在最后一列上留下空白?
不确定这是否有帮助,但你可以给前三列一个宽度(如果你知道你想要什么宽度),而第四列不指定。然后第四列将自动调整以弥补“松弛”。