查找定位
This commit is contained in:
@@ -218,5 +218,8 @@ inputPosition(filterData) {
|
||||
} else {
|
||||
alert('没有搜索到相关数据');
|
||||
}
|
||||
let tr = $(".selected");
|
||||
let objTr = tr[0];
|
||||
$("#table-container").animate({ scrollTop: objTr.offsetTop - 42 }, "slow");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user