Przeglądaj źródła

更新动态表情消息布局

imndx 2 lat temu
rodzic
commit
a2586a979e

+ 4 - 2
pages/conversation/message/content/StickerMessageContentView.vue

@@ -44,8 +44,10 @@ export default {
 }
 
 .sticker-content-container img {
-    max-height: 200px;
-    max-width: 200px;
+    width: 100px;
+    height: 100px;
+    max-height: 100px;
+    max-width: 100px;
     border-radius: 5px;
     overflow: hidden;
 }