提交 405ed6ca 编写于 作者: huangwensu's avatar huangwensu

接收图片定位问题

上级 a673bdf9
...@@ -648,13 +648,11 @@ export default { ...@@ -648,13 +648,11 @@ export default {
canPush && this.messageList.push(item); canPush && this.messageList.push(item);
} }
}); });
if (flag) { if (flag) {
this.$nextTick(() => { this.$nextTick(() => {
var element = document.querySelector(".scroll-box"); var element = document.querySelector(".scroll-box");
if ( if (element.scrollTop >= element.scrollHeight - element.offsetHeight - 400) {
element.scrollTop >=
element.scrollHeight - element.offsetHeight - 300
) {
element.scrollTop = element.scrollHeight - element.offsetHeight; element.scrollTop = element.scrollHeight - element.offsetHeight;
} }
}); });
......
...@@ -338,6 +338,12 @@ ...@@ -338,6 +338,12 @@
} }
} }
} }
.msg-content::-webkit-scrollbar
{
width: 0px;
height: 0px;
background-color: #fff;
}
.c-bottom { .c-bottom {
position: relative; position: relative;
top: -8px; top: -8px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册