gpt4 book ai didi

html - 显示 : table-cell same space for all cells

转载 作者:行者123 更新时间:2023-11-28 12:32:19 30 4
gpt4 key购买 nike

display: table-cell; 和单元格之间的空间有问题。我希望所有单元格具有动态相同的宽度。

参见 JSFiddle

"Ausstattung & Skizze" 比其他的要宽得多。有没有办法为所有单元格动态设置相同的宽度?

最佳答案

您可以在包含 display:table; 的父元素上使用 table-layout:fixed;

ul{
display: table;
width: 700px;
table-layout: fixed;
}

这样,如果您不强制设置每个单元格的宽度,则无论您在一行中有多少个单元格,每个单元格都将获得相同的宽度。

(编辑:查看此 JSfiddle http://jsfiddle.net/m8evqnv0/ )

关于html - 显示 : table-cell same space for all cells,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28405826/

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