elementUI中,el-table-column中设定min-width无效的解决办法
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
方案一:必须为所有的列都设置min-width,只设定几项是无法生效的。而且不能使用px。
<el-table-column
......(省略其它设置)
:min-width="122"
......(省略其它设置)
</el-table-column>




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:1 个月前 )
c345bb45
1 年前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 1 年前
更多推荐
所有评论(0)