fix: --bug=1006700 --user=陈建星 【列表自定义排序】-页面不是10个/页时,排序光标显示异常 https://www.tapd.cn/55049933/s/1052120
This commit is contained in:
parent
0f794b0802
commit
e60dc78e94
|
@ -473,4 +473,16 @@ export default {
|
|||
.ms-icon-more:first-child {
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue