Explorar o código

限制聊天宽度

sunsheng hai 4 semanas
pai
achega
6edc47515d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;