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; }