Parcourir la source

限制聊天宽度

sunsheng il y a 4 semaines
Parent
commit
6edc47515d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;