修改数据请求

master
夜笙歌 4 years ago
parent 5beb01e182
commit f5e2d449fc

@ -257,7 +257,8 @@ const tableAnimation = (el) => {
}, 2000);
}
const flip = (el,time = 2000) => {
console.log(123)
console.log($(el + '>.table>.tbody').scrollTop())
console.log($(el + '>.table>.tbody').outerHeight(true))
$(el + '>.table>.tbody').animate({
scrollTop: $(el + '>.table>.tbody').scrollTop() + $(el + '>.table>.tbody').outerHeight(true)
},time)

Loading…
Cancel
Save