|
@@ -19,7 +19,7 @@ const showMsg = $computed(() => decodeURIComponent(props.d.dxzl_last_msg_content
|
|
|
<div class="w-full" :class="left ? 'left' : 'right'">
|
|
|
<div class="flex items-end r_flex-row-reverse gap-4">
|
|
|
<div>{{ id2name[d.create_user_id] }}</div>
|
|
|
- <div class="text-sm text-hex-AFB2B6">{{ formatTimeToShow(formatTimestamp(d.create_dateline)) }}</div>
|
|
|
+ <div class="text-sm text-hex-AFB2B6">{{ formatTimeToShow(formatTimestamp(props.d.create_dateline)) }}</div>
|
|
|
</div>
|
|
|
<div class="flex mt-2 r_flex-row-reverse">
|
|
|
<div class=" py-10px px-25px rounded-3xl min-h-44px bg-white text_wrapper" v-html="showMsg">
|