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);
}
">
정상이라고는 떠져 있는것 같은데 note 부분에 정상적으로 조사가 된건지 의심스러운것 같아 불안하네요 항상 감사해요^^
[[[CONTENT-ELEMENT-0]]]