300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > element ui 表格滚动条抖动的问题

element ui 表格滚动条抖动的问题

时间:2024-05-19 00:26:56

相关推荐

element ui 表格滚动条抖动的问题

1.把.el-table的样式设为:position:absolute

.el-table {position: absolute !important;}

2.把包着表格的父级设为 position: relative

.tableArea {position: relative;}

修改表格滚动条样式:

// 修改表格滚动条样式.el-table__body-wrapper::-webkit-scrollbar {width: 6px;height: 6px;}// 滚动条的滑块.el-table__body-wrapper::-webkit-scrollbar-thumb {background-color: #a1a3a9;border-radius: 6px;}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。