From 5efc9a5d9709079f60227858628fb870b56e3855 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Sat, 12 Nov 2022 22:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E6=9C=AC=E6=8E=92=E7=89=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatBox.vue | 91 ++++++++++--------- im-ui/src/components/group/AddGroupMember.vue | 4 +- im-ui/src/components/setting/Setting.vue | 2 +- im-ui/src/view/Group.vue | 8 +- im-ui/src/view/Register.vue | 3 +- 5 files changed, 57 insertions(+), 51 deletions(-) diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index bc5ffde..3ba8913 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -2,51 +2,57 @@ {{title}} - + - - - -
-
    -
  • - - -
  • -
-
-
- -
-
+ + + + +
+
    +
  • + + +
  • +
-
- - - + + +
+
+
+
+ + + +
+
+ + + +
+
+
+
-
- - - + +
+ 发送
-
-
-
-
- -
- 发送 -
-
+ + + + + + - - - - + @@ -228,10 +234,10 @@ this.showVoice = true; }, - closeVoiceBox(){ + closeVoiceBox() { this.showVoice = false; }, - handleSendVoice(data){ + handleSendVoice(data) { let msgInfo = { content: JSON.stringify(data), type: 3 @@ -330,7 +336,6 @@ showName(msgInfo) { if (this.chat.type == 'GROUP') { let member = this.groupMembers.find((m) => m.userId == msgInfo.sendId); - console.log(member.aliasName) return member ? member.aliasName : ""; } else { return msgInfo.sendId == this.mine.id ? this.mine.nickName : this.chat.showName diff --git a/im-ui/src/components/group/AddGroupMember.vue b/im-ui/src/components/group/AddGroupMember.vue index 9ace9ce..8692c31 100644 --- a/im-ui/src/components/group/AddGroupMember.vue +++ b/im-ui/src/components/group/AddGroupMember.vue @@ -5,7 +5,7 @@ - +
@@ -17,7 +17,7 @@
已勾选{{checkCount}}位好友
- +
diff --git a/im-ui/src/components/setting/Setting.vue b/im-ui/src/components/setting/Setting.vue index 4e5fe61..e3e57aa 100644 --- a/im-ui/src/components/setting/Setting.vue +++ b/im-ui/src/components/setting/Setting.vue @@ -1,5 +1,5 @@ @@ -306,7 +306,7 @@ .r-group-info { display: flex; - padding: 20px; + padding: 5px 20px; .r-group-form { flex: 1; @@ -351,7 +351,7 @@ } .r-group-member-list { - padding: 20px; + padding: 5px 20px; display: flex; align-items: center; flex-wrap: wrap; diff --git a/im-ui/src/view/Register.vue b/im-ui/src/view/Register.vue index 00d942f..d1c4907 100644 --- a/im-ui/src/view/Register.vue +++ b/im-ui/src/view/Register.vue @@ -3,7 +3,7 @@
-
欢迎注册成为FLY CHAT用户
+
欢迎注册
@@ -142,6 +142,7 @@ font-size: 22px; font-weight: 600; letter-spacing: 2px; + text-align: center; text-transform: uppercase; }