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);
}
">
24시간 전에 붙이는거라고 들었는데요
저희 모친이 오늘 항암 2차 들어가시는데
어제 패치붙이시고 24시간은 경과하지 않고
20시간 조금 넘었는데 항암 들어가셨더라구요
원래 이렇게도 하나요?