Browse Source

no message

develop
shuixiang 4 years ago
parent
commit
6051e344a2
  1. 2
      resources/views/admin/pages/index.blade.php

2
resources/views/admin/pages/index.blade.php

@ -192,7 +192,7 @@
let offsetTop = $('.msg-list-item.active').position().top
$(".msg-list").animate({ scrollTop: offsetTop - 20}, 1)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() }, 1)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() + 100 }, 1)
$('.msg-image').on('click', function (e) {
$('.image').click();

Loading…
Cancel
Save