diff --git a/im-ui/src/api/enums.js b/im-ui/src/api/enums.js index eb41941..0d1e0fb 100644 --- a/im-ui/src/api/enums.js +++ b/im-ui/src/api/enums.js @@ -6,6 +6,7 @@ const MESSAGE_TYPE = { AUDIO:3, VIDEO:4, RECALL:10, + TIP_TIME:20, RTC_CALL: 101, RTC_ACCEPT: 102, RTC_REJECT: 103, diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 4918033..fe5b806 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -18,7 +18,7 @@ - +
@@ -40,9 +40,11 @@
- +
- 发送 + 发送
@@ -502,6 +504,8 @@ width: 100%; flex: 1; resize: none; + font-size: 16px; + color: black; background-color: #f8f8f8 !important; outline-color: rgba(83, 160, 231, 0.61); } diff --git a/im-ui/src/components/chat/ChatHistory.vue b/im-ui/src/components/chat/ChatHistory.vue index 2736b26..ba5e3d3 100644 --- a/im-ui/src/components/chat/ChatHistory.vue +++ b/im-ui/src/components/chat/ChatHistory.vue @@ -5,7 +5,7 @@