【功能修复】商城:发送商品显示不全问题和打包后客服聊天表情缺失问题

This commit is contained in:
YunaiV
2024-09-07 19:04:07 +08:00
parent d12c4dc258
commit ef56489d46
2 changed files with 7 additions and 5 deletions

View File

@ -423,9 +423,9 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
// 消息气泡
.kefu-message {
color: #A9A9A9;
color: #a9a9a9;
border-radius: 5px;
box-shadow: 3px 3px 5px rgba(220,220,220, 0.1);
box-shadow: 3px 3px 5px rgba(220, 220, 220, 0.1);
padding: 5px 10px;
width: auto;
max-width: 50%;