div滚动条滑到最底部

滚动条滑到最底部

            // 滚动条到最底部
            function scrollToBottom(){
                var div = document.getElementById('container');
                 this.$nextTick(() => {
                      box.scrollTop = box.scrollHeight
                  })
            }

猜你喜欢

转载自blog.csdn.net/m0_46693606/article/details/127067606
今日推荐