调整TextMessage.vue组件中的emoji样式,设置宽度和高度为22px,以改善消息显示效果。

This commit is contained in:
Phoenix 2025-05-16 19:55:08 +08:00
parent b5ccba9899
commit edec2753ba

View File

@ -71,6 +71,8 @@ textContent = textReplaceEmoji(textContent)
line-height: 25px; line-height: 25px;
:deep(.emoji) { :deep(.emoji) {
width: 22px;
height: 22px;
vertical-align: text-bottom; vertical-align: text-bottom;
margin: 0 5px; margin: 0 5px;
} }