feat: `chat` 回复样式错误

main
ChenZhaoYu 2 years ago
parent ddec57f562
commit 1bf2399a45

@ -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>

Loading…
Cancel
Save