fix style of answer

This commit is contained in:
JzoNg
2024-04-23 18:23:06 +08:00
parent 30509d92a3
commit 6933b5923b

View File

@ -177,7 +177,7 @@ const Answer: FC<IAnswerProps> = ({
</div> </div>
<div className={`${s.answerWrap}`}> <div className={`${s.answerWrap}`}>
<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 ${workflowProcess && 'min-w-[480px]'}`}>
{workflowProcess && ( {workflowProcess && (
<WorkflowProcess data={workflowProcess} hideInfo /> <WorkflowProcess data={workflowProcess} hideInfo />
)} )}