feat: `chat` 回复样式错误

This commit is contained in:
ChenZhaoYu 2023-02-12 10:28:35 +08:00
parent ddec57f562
commit 1bf2399a45
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ defineProps<Props>()
>
<Avatar :image="reversal" />
</div>
<div class="flex flex-col flex-1 text-sm" :class="[{ 'items-end': reversal }]">
<div class="flex flex-col flex-1 text-sm" :class="[reversal ? 'items-end' : 'items-start']">
<span class="text-xs text-[#b4bbc4]">
{{ dateTime }}
</span>