style: comment content new design
This commit is contained in:
parent
b0237bc2c8
commit
24206a82b6
@ -434,9 +434,9 @@
|
|||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="z-10 flex h-7 w-7 items-center justify-center bg-white"
|
class="z-10 flex h-8 w-7 items-center justify-center bg-white"
|
||||||
:class="{
|
:class="{
|
||||||
'mt-3': [
|
'mt-2.5': [
|
||||||
'communication',
|
'communication',
|
||||||
'incoming_call',
|
'incoming_call',
|
||||||
'outgoing_call',
|
'outgoing_call',
|
||||||
@ -462,7 +462,7 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="activity.activity_type == 'communication'" class="pb-6">
|
<div v-if="activity.activity_type == 'communication'" class="pb-5 mt-px">
|
||||||
<div
|
<div
|
||||||
class="cursor-pointer rounded-md shadow bg-white px-3 py-1.5 text-base leading-6 transition-all duration-300 ease-in-out"
|
class="cursor-pointer rounded-md shadow bg-white px-3 py-1.5 text-base leading-6 transition-all duration-300 ease-in-out"
|
||||||
>
|
>
|
||||||
@ -556,9 +556,10 @@
|
|||||||
v-else-if="activity.activity_type == 'comment'"
|
v-else-if="activity.activity_type == 'comment'"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="mb-0.5 flex items-start justify-stretch gap-2 py-1.5 text-base"
|
class="mb-1 flex items-start justify-stretch gap-2 py-1 text-base"
|
||||||
>
|
>
|
||||||
<div class="inline-flex flex-wrap gap-1 text-gray-600">
|
<div class="inline-flex items-center flex-wrap gap-1 text-gray-600">
|
||||||
|
<UserAvatar class="mr-1" :user="activity.owner" size="md" />
|
||||||
<span class="font-medium text-gray-800">
|
<span class="font-medium text-gray-800">
|
||||||
{{ activity.owner_name }}
|
{{ activity.owner_name }}
|
||||||
</span>
|
</span>
|
||||||
@ -576,7 +577,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="cursor-pointer rounded bg-gray-50 px-4 py-3 text-base leading-6 transition-all duration-300 ease-in-out"
|
class="cursor-pointer rounded bg-gray-50 px-3 py-[7.5px] text-base leading-6 transition-all duration-300 ease-in-out"
|
||||||
>
|
>
|
||||||
<div class="prose-f" v-html="activity.content" />
|
<div class="prose-f" v-html="activity.content" />
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user