调整TextMessage.vue组件中的emoji样式,设置宽度和高度为22px,以改善消息显示效果。
This commit is contained in:
parent
b5ccba9899
commit
edec2753ba
@ -71,6 +71,8 @@ textContent = textReplaceEmoji(textContent)
|
||||
line-height: 25px;
|
||||
|
||||
:deep(.emoji) {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
vertical-align: text-bottom;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user