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);
}
">
너무 시간 촉박하게 올렸고만요. 다음엔 표가 생기면 좀 시간 넉넉히 올려볼께요