elementui的el-table表格下方的滚动条消失

elementui的el-table表格下方的滚动条消失

如图:

加如下代码即可:

<style lang="scss" scoped>

/deep/.el-table__body-wrapper{ background-color: #F7F6FF; } /deep/.el-table__body-wrapper::-webkit-scrollbar { 10px !important; height: 10px !important; }
</style>

效果如图:

原文地址:https://www.cnblogs.com/sinceForever/p/14657578.html