Ver Fonte

限制聊天宽度

sunsheng há 3 semanas atrás
pai
commit
6edc47515d
1 ficheiros alterados com 1 adições e 1 exclusões
  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;