+-
el-table--stripe
首页 专栏 前端 文章详情
0

el-table--stripe

羽梓橙 发布于 2 月 17 日

el-table操作栏固定右侧显示不正确,
鼠标滑过单行操作栏内容不显示显示,


/deep/ .el-table__fixed-body-wrapper {
z-index: auto !important;
}
/deep/ .el-table__fixed-body-wrapper td:hover{
background: #f5f7fa
}

![上传中...]()

/deep/ .el-table td {
border-right: none;
color:#222;
z-index: 100;
background: #fff;//
}

html5 前端 vue.js
阅读 51 发布于 2 月 17 日
收藏
分享
本作品系原创, 采用《署名-非商业性使用-禁止演绎 4.0 国际》许可协议
avatar
羽梓橙
0 声望
0 粉丝
关注作者
0 条评论
得票 时间
提交评论
avatar
羽梓橙
0 声望
0 粉丝
关注作者
宣传栏
目录

el-table操作栏固定右侧显示不正确,
鼠标滑过单行操作栏内容不显示显示,


/deep/ .el-table__fixed-body-wrapper {
z-index: auto !important;
}
/deep/ .el-table__fixed-body-wrapper td:hover{
background: #f5f7fa
}

![上传中...]()

/deep/ .el-table td {
border-right: none;
color:#222;
z-index: 100;
background: #fff;//
}