Element UI 滚动条组件scrollbar设置 max-height 的使用
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
el-scrollbar 之设置 max-height 显示滚动条
很多博主写了父级固定高度的使用,这里写下 max-height 如何设置
<!-- 嵌套你需要滚动的地方 -->
<el-scrollbar></el-scrollbar>
// 如果在scope里需要加 /deep/
/deep/ .el-scrollbar {
.el-scrollbar__wrap {
max-height: 300px; // 最大高度
overflow-x: hidden; // 隐藏横向滚动栏
}
}




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