@@ -125,7 +125,6 @@
},
],
imgMsg: [],
- inputh: '60',
scrollToView: '',
};
@@ -189,7 +188,6 @@
});
// 跳转到最后一条数据 与前面的:id进行对照
that.$nextTick(function() {
- console.log(that.unshiftmsg);
that.scrollToView = 'msg' + (that.unshiftmsg.length - 1)
})
@@ -239,7 +237,6 @@
//输入框高度
heights(e) {
const that = this;
- that.inputh = e;
that.goBottom();
// 滚动到底部
@@ -269,6 +266,8 @@
.scroll-view {
.chat-ls {
+ padding: 0 2vw;
+
.chat-time {
font-size: 24rpx;
color: rgba(39, 40, 50, 0.3);