gpt4 book ai didi

css - 如何使输入很好地适合 CellTable 中的单元格?

转载 作者:行者123 更新时间:2023-11-28 08:58:25 26 4
gpt4 key购买 nike

 GWT CellTable

在上面的屏幕截图中,输入宽度超过了列宽。如何使其完全适合列?

最佳答案

将此添加到您的 CSS 文件中:

td input[type="text"], td select {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}

关于css - 如何使输入很好地适合 CellTable 中的单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27034709/

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