diff --git a/im-uniapp/App.vue b/im-uniapp/App.vue index e2c7c3a..b594875 100644 --- a/im-uniapp/App.vue +++ b/im-uniapp/App.vue @@ -383,6 +383,7 @@ \ No newline at end of file diff --git a/im-uniapp/components/chat-at-box/chat-at-box.vue b/im-uniapp/components/chat-at-box/chat-at-box.vue index d9627dd..0273268 100644 --- a/im-uniapp/components/chat-at-box/chat-at-box.vue +++ b/im-uniapp/components/chat-at-box/chat-at-box.vue @@ -10,7 +10,7 @@ - + @@ -21,13 +21,13 @@ - + + size="small"> {{ m.showNickName}} - - - + + + @@ -112,7 +112,7 @@ flex-direction: column; background-color: white; padding: 10rpx; - border-radius: 15rpx; + //border-radius: 15rpx; .chat-at-top { display: flex; @@ -148,19 +148,23 @@ overflow: hidden; .member-item { - height: 120rpx; + height: 110rpx; display: flex; position: relative; padding: 0 30rpx; align-items: center; background-color: white; white-space: nowrap; + margin-bottom: 1px; + + &.checked { + background-color: $im-color-primary-light-9; + } .member-name { flex: 1; padding-left: 20rpx; - font-size: 30rpx; - font-weight: 600; + font-size: $im-font-size; line-height: 60rpx; white-space: nowrap; overflow: hidden; diff --git a/im-uniapp/components/chat-group-readed/chat-group-readed.vue b/im-uniapp/components/chat-group-readed/chat-group-readed.vue index 5a8de75..3359d70 100644 --- a/im-uniapp/components/chat-group-readed/chat-group-readed.vue +++ b/im-uniapp/components/chat-group-readed/chat-group-readed.vue @@ -2,7 +2,7 @@ - + @@ -100,7 +100,8 @@ flex-direction: column; background-color: white; padding: 10rpx; - border-radius: 15rpx; + + //border-radius: 15rpx; .scroll-bar { height: 800rpx; } diff --git a/im-uniapp/components/chat-item/chat-item.vue b/im-uniapp/components/chat-item/chat-item.vue index 7dcf1c1..dfa6265 100644 --- a/im-uniapp/components/chat-item/chat-item.vue +++ b/im-uniapp/components/chat-item/chat-item.vue @@ -3,13 +3,13 @@ - + {{chat.showName}} - + {{$date.toTimeText(chat.lastSendTime,true)}} @@ -17,7 +17,7 @@ {{atText}} {{chat.sendNickName+': '}} - + @@ -76,28 +76,29 @@ \ No newline at end of file diff --git a/im-uniapp/components/friend-item/friend-item.vue b/im-uniapp/components/friend-item/friend-item.vue index 5a475f5..726fe46 100644 --- a/im-uniapp/components/friend-item/friend-item.vue +++ b/im-uniapp/components/friend-item/friend-item.vue @@ -1,7 +1,6 @@