element-ui table组件显示横向滚动条,固定在底部
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
只需要在table的属性中设置maxheight
并绑定window.onresize事件,使得浏览器调整时也能出现滚动条,否则会消失或出现大片空白。.
window.onresize=() =>{ //动态设置表的最大高度,使得横向滚动条在浏览器底部出现 this.tableMaxHeight=document.body.clientHeight-380 }




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:24 天前 )
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)