/deep/ .el-table__body-wrapper::-webkit-scrollbar {
width: 0px; // 横向滚动条
height 0px;
}
/deep/ .el-table__body-wrapper {
background: #02133a;
}
/deep/ .gutter {
background: #02133a !important;
}
/deep/ .el-table__body-wrapper::-webkit-scrollbar-thumb {
background-color: #5b769e;
border-radius: 3px;
}
// 滚动条可以隐藏,但是下面的div去不掉,这里用的是颜色覆盖
// 斑马纹
/deep/ .el-table__row {
background-color: #090 !important;
}
/deep/ .el-table__row--striped td {
background-color: #0f00 !important;
}
最后
以上就是谦让睫毛最近收集整理的关于el-table去掉滚动条和斑马纹颜色修改的全部内容,更多相关el-table去掉滚动条和斑马纹颜色修改内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复