feat: vue-mobile => 完成移动端聊天配置功能

This commit is contained in:
RockYang
2023-06-26 18:18:45 +08:00
parent 6a733de556
commit 5187a43543
13 changed files with 189 additions and 36 deletions

View File

@@ -227,20 +227,22 @@ const removeChat = (item) => {
</script>
<style lang="stylus" scoped>
$fontSize = 16px;
.mobile-chat-list {
.content {
.van-cell__value {
.chat-list-item {
display flex
font-size $fontSize
.van-image {
width 30px
height 30px
width 32px
height 32px
}
.van-ellipsis {
margin-top 4px;
margin-top 5px;
margin-left 10px;
}
}