关于html5:eltablestripe

9次阅读

共计 263 个字符,预计需要花费 1 分钟才能阅读完成。

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;//
}

正文完
 0