Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

elementui table 列宽度如何自适应(100%)?

项目中用到elementuitable组件,器中有一列宽度可能非常宽(强制不能换行),所以我希望td里面的文本能够撑开宽度,超出出现滚动条,而现在是会被隐藏。

最终的效果我希望是,左边的列通过fixed固定到左边,而最后一列非常宽,但是能够滚动(滚动最后一列)。

谢谢!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

算了,采用动态计算内容长度设置列宽的做法来解决了,其他的都太麻烦了,参考:

https://www.cnblogs.com/huang...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...