diff --git a/im-web/src/components/chat/ChatBox.vue b/im-web/src/components/chat/ChatBox.vue
index 749f622..6981db5 100644
--- a/im-web/src/components/chat/ChatBox.vue
+++ b/im-web/src/components/chat/ChatBox.vue
@@ -1,924 +1,992 @@
-
-
-
- {{ title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/im-web/src/components/chat/ChatInput.vue b/im-web/src/components/chat/ChatInput.vue
deleted file mode 100644
index 6c254d0..0000000
--- a/im-web/src/components/chat/ChatInput.vue
+++ /dev/null
@@ -1,604 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/im-web/src/components/chat/ChatMessageItem.vue b/im-web/src/components/chat/ChatMessageItem.vue
index 09bcdd9..2c999ef 100644
--- a/im-web/src/components/chat/ChatMessageItem.vue
+++ b/im-web/src/components/chat/ChatMessageItem.vue
@@ -280,7 +280,6 @@
position: absolute;
left: -10px;
top: 13px;
- z-index: -1;
width: 0;
height: 0;
border-style: solid dashed dashed;
@@ -408,14 +407,6 @@
color: #329432;
}
}
-
- .chat-at-user {
- background-color: #4cd964;
- padding: 2px 5px;
- color: white;
- //border: 1px solid #c3c3c3;
- border-radius: 3px;
- }
}
}
@@ -451,7 +442,7 @@
background-color: rgb(88, 127, 240);
color: #fff;
vertical-align: top;
-
+
&:after {
left: auto;
right: -10px;