diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue
index bd2be2d53..7d3c2a615 100755
--- a/resources/assets/js/pages/manage/components/ChatInput/index.vue
+++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue
@@ -96,42 +96,42 @@
- {{$L('新会议')}}
+ {{$L('新会议')}}
- {{$L('拨打电话')}}
+ {{$L('拨打电话')}}
- {{$L('发送图片')}}
+ {{$L('发送图片')}}
- {{$L('上传文件')}}
+ {{$L('上传文件')}}
- {{$L('匿名消息')}}
+ {{$L('匿名消息')}}
- {{$L('发起接龙')}}
+ {{$L('发起接龙')}}
- {{$L('发起投票')}}
+ {{$L('发起投票')}}
- {{$L('上传文件')}}
+ {{$L('上传文件')}}
- {{$L('全屏输入')}}
+ {{$L('全屏输入')}}
@@ -167,15 +167,15 @@
- {{$L('无声发送')}}
+ {{$L('无声发送')}}
- {{$L('MD 格式发送')}}
+ {{$L('MD 格式发送')}}
- {{$L('普通格式发送')}}
+ {{$L('普通格式发送')}}
diff --git a/resources/assets/sass/pages/components/chat-input.scss b/resources/assets/sass/pages/components/chat-input.scss
index 7c8def09b..5105f7a64 100755
--- a/resources/assets/sass/pages/components/chat-input.scss
+++ b/resources/assets/sass/pages/components/chat-input.scss
@@ -765,6 +765,16 @@
&:hover {
background-color: #ecf5ff;
}
+
+ > em {
+ font-style: normal;
+ display: inline-block;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ max-width: 120px;
+ }
+
.taskfont {
font-size: 20px;
margin-right: 8px;