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);
}
">
아산병원 입원환자인데 택배를 받을경우 박스처리는 어떻게 하나요??
아시는 분 계시면 도움 부탁드립니다^^