disable-default-padding="true" placeholder="请输入聊天消息111" confirm-type="search" v-model="text"
@keyboardheightchange="onKeyboardHeightChanged" />
<n-img src="addGray" width="56rpx" height="56rpx"></n-img>
</view>
<view style="background-color:#FFFFFF;" :style="{height:safeBottom+'px'}"></view>
</view>
@mixin center-align {
align-items: center;
justify-content: center;
flex-direction: row;
}
.priv-chat-view {
background-color: #FFFFFF;
}
.navbar-title {
flex: 1;
@include center-align;
}
.msg-list {
background-color: #F5F5F5;
}
.up-refresh {
@include center-align;
}
.navbar-top {
position: fixed;
left: 0;
top: 400px;
}
.msg-bottom {
position: fixed;
// top: 100px;
left: 0;
bottom: 0;
height: 54px;
}
.bottom-action-view {
@include center-align;
justify-content: space-between;
background-color: #FFFFFF;
// height: "auto";
// padding: 18rpx 30rpx;
padding: 18rpx 30rpx;
}
.bottom-action-input {
flex: 1;
margin-left: 18rpx;
margin-right: 18rpx;
background-color: #F5F5F5;
padding: 20rpx 26rpx;
border-radius: 16rpx;
font-size: 28rpx;
}