gpt4 book ai didi

css - 带有大文本的 ui-select 压垮了我的 table

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

在我的 <table>我有 ui-select 字段,当选择的文本很大时 <td>变得太宽了,压碎了我所有的 table 。我尝试添加 max-width到 ui-select 或 ui-select-match 但它不起作用。

ui-select {
max-width: 10%;
}

ui-select-match {
max-width: 10%;
}

我该如何解决这个问题? ( Plnkr example )

最佳答案

在最终的 html 输出中,ui-selectui-select-match 将作为类生成。所以使用下面的代码来获得所需的输出。

.ui-select {
width: 100px;
}

.ui-select-match {
width: 100px;
}

这是 Plunker code .

关于css - 带有大文本的 ui-select 压垮了我的 table ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39528248/

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