fix: --bug=1006700 --user=陈建星 【列表自定义排序】-页面不是10个/页时,排序光标显示异常 https://www.tapd.cn/55049933/s/1052120

This commit is contained in:
chenjianxing 2021-09-27 10:29:41 +08:00 committed by jianxing
parent 0f794b0802
commit e60dc78e94
1 changed files with 12 additions and 0 deletions

View File

@ -473,4 +473,16 @@ export default {
.ms-icon-more:first-child { .ms-icon-more:first-child {
margin-right: -5px; margin-right: -5px;
} }
.ms-table >>> .el-table__body tr.hover-row.current-row>td,
.ms-table >>> .el-table__body tr.hover-row.el-table__row--striped.current-row>td,
.ms-table >>> .el-table__body tr.hover-row.el-table__row--striped>td,
.ms-table >>> .el-table__body tr.hover-row>td {
background-color: #ffffff;
}
/* 解决拖拽排序后hover阴影错乱问题 */
.ms-table >>> .el-table__body tr:hover>td
{
background-color: #F5F7FA!important;
}
</style> </style>