|
|
|
@ -291,6 +291,7 @@ const Answer: FC<IAnswerProps> = ({ item, feedbackDisabled = false, isHideFeedba
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className={s.answerWrapWrap}>
|
|
|
|
<div className={`${s.answerWrap} ${showEdit ? 'w-full' : ''}`}>
|
|
|
|
<div className={`${s.answerWrap} ${showEdit ? 'w-full' : ''}`}>
|
|
|
|
<div className={`${s.answer} relative text-sm text-gray-900`}>
|
|
|
|
<div className={`${s.answer} relative text-sm text-gray-900`}>
|
|
|
|
<div className={'ml-2 py-3 px-4 bg-gray-100 rounded-tr-2xl rounded-b-2xl'}>
|
|
|
|
<div className={'ml-2 py-3 px-4 bg-gray-100 rounded-tr-2xl rounded-b-2xl'}>
|
|
|
|
@ -362,6 +363,7 @@ const Answer: FC<IAnswerProps> = ({ item, feedbackDisabled = false, isHideFeedba
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -372,7 +374,7 @@ const Question: FC<IQuestionProps> = ({ id, content, more, useCurrentUserAvatar
|
|
|
|
const userName = userProfile?.name
|
|
|
|
const userName = userProfile?.name
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='flex items-start justify-end' key={id}>
|
|
|
|
<div className='flex items-start justify-end' key={id}>
|
|
|
|
<div>
|
|
|
|
<div className={s.questionWrapWrap}>
|
|
|
|
<div className={`${s.question} relative text-sm text-gray-900`}>
|
|
|
|
<div className={`${s.question} relative text-sm text-gray-900`}>
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
className={'mr-2 py-3 px-4 bg-blue-500 rounded-tl-2xl rounded-b-2xl'}
|
|
|
|
className={'mr-2 py-3 px-4 bg-blue-500 rounded-tl-2xl rounded-b-2xl'}
|
|
|
|
|