o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
이리노테칸 부작용이 엄청 심하다던데..
혹시 부작용 많이 힘들지 않았던 분 계실까요?
너무 걱정 되서 여쭤 봅니다