Commit d07cf879 by Sixong.Zhu
parents 2c74b5e9 c4878310
Showing with 7 additions and 1 deletions
...@@ -139,7 +139,8 @@ ...@@ -139,7 +139,8 @@
private tip4Image = `发送图片(最大${MAX_IMAGE_SIZE_STRING})`; private tip4Image = `发送图片(最大${MAX_IMAGE_SIZE_STRING})`;
private tip4File = `发送文件(最大${MAX_FILE_SIZE_STRING})`; private tip4File = `发送文件(最大${MAX_FILE_SIZE_STRING})`;
private enableFileSelection = false; private readonly enableFileSelection =
window.location.host.includes("localhost");
private emoji: EmojiItem[] = []; private emoji: EmojiItem[] = [];
...@@ -619,6 +620,11 @@ ...@@ -619,6 +620,11 @@
.file-size { .file-size {
margin-top: 10px; margin-top: 10px;
} }
svg {
max-width: 70px;
max-height: 50px;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment