element el-table 合计在横拉滚动条的下面,正确展示应该是滚动条在合计下面

时间:2019-10-29 10:30:06   收藏:0   阅读:1713
<style lang="less">
.el-table{
  overflow: auto;
}
.el-table .el-table__body-wrapper,
.el-table .el-table__header-wrapper,
.el-table .el-table__footer-wrapper{
  overflow: visible;
}
.el-table::after{
  position:relative !important;
}
</style>

 

原文:https://www.cnblogs.com/alvin553819/p/11756779.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!