+
{{$L('新会议')}}
@@ -382,6 +386,9 @@ export default {
mentionMode: '',
+ maybePhotoSrc: '',
+ maybePhotoStyle: {},
+
userList: null,
userCache: null,
taskList: null,
diff --git a/resources/assets/sass/pages/components/chat-input.scss b/resources/assets/sass/pages/components/chat-input.scss
index 4fe152a4e..fb002f2f4 100755
--- a/resources/assets/sass/pages/components/chat-input.scss
+++ b/resources/assets/sass/pages/components/chat-input.scss
@@ -737,6 +737,31 @@
padding: 0 8px;
border-radius: 4px;
+ &.maybe-photo {
+ align-items: flex-start;
+ flex-direction: column;
+ padding-bottom: 12px;
+ margin-bottom: 4px;
+ border-bottom: 1px solid #e8e8e8;
+ border-radius: 0;
+ line-height: 30px;
+
+ &:hover {
+ background-color: transparent;
+ }
+
+ > span {
+ font-size: 12px;
+ opacity: 0.8;
+ }
+
+ > img {
+ display: flex;
+ max-width: 100%;
+ width: 120px;
+ }
+ }
+
&:hover {
background-color: #ecf5ff;
}