gpt4 book ai didi

css - 表格单元格宽度比单元格内容宽

转载 作者:太空宇宙 更新时间:2023-11-04 08:07:03 25 4
gpt4 key购买 nike

我不明白为什么表格单元格的宽度比单元格的内容宽。

我希望 Artikel 列的宽度与内容对齐。我已经尝试过设置 th 宽度 - 但这是固定的,并且与内容不一致。还有其他解决办法吗?

我的例子是here

enter image description here

最佳答案

这是因为 bootstrap.min.css 中的 table 类,如下所示。

.table {
width: 100%;
margin-bottom: 20px;
}

因此,如果您删除 table 类,结果将按需提供。

Codepen Demo

关于css - 表格单元格宽度比单元格内容宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46547024/

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