diff --git a/im-uniapp/App.vue b/im-uniapp/App.vue index e2c7c3a7f2cbffd61262b4203556af1f187406e7..b59487533cc0f6eed5de593ec8db60feec2ca417 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 d9627ddec3a4523b79619378f0a9dca37b984517..0273268b1f46a61a68ec818bc4a13c227ebe99a7 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 5a8de759810d2b691c3e5c20224613901e444a54..3359d70e8a0bd850977eb50521104f3984d7ed5d 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 7dcf1c11490ace9e364e750fb5600c87d9b4aab1..dfa6265a8db8368c305fdaabfdfda00aafedd2f2 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 5a475f5d910226b017d27331c12a22247fa8d28e..726fe4677da95029a8ded222201c4c1157b34620 100644 --- a/im-uniapp/components/friend-item/friend-item.vue +++ b/im-uniapp/components/friend-item/friend-item.vue @@ -1,7 +1,6 @@