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 { width: 10px !important; height: 10px !important; }
</style>

效果如图:

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
相关资源
相似解决方案