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);
}
">
모든것이 어서 정상화 되었으면 좋겠네요...
하루하루 애간장 태우는 날들입니다.