$('#accordion').on('shown.bs.collapse', function () {
var container = $(".admin-user .mx-scroll-box");
container.scrollTop(container[0].scrollHeight);
});
//
.admin-user .mx-scroll-box为包含滚动条的最外层

相关文章:

  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案