ソースを参照

限制聊天宽度

sunsheng 4 週間 前
コミット
6edc47515d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/components/chat.module.scss

+ 1 - 1
app/components/chat.module.scss

@@ -414,7 +414,7 @@
 
 .chat-message-item {
   box-sizing: border-box;
-  max-width: 100%;
+  max-width: 70%;
   margin-top: 10px;
   border-radius: 10px;
   background-color: #FFFFFF;