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);
}
">
수술후 조직검사 결과지를 봤는데
종양의 조직등급이 저등급이라는데
나쁜건지 뭔지 모르겠아요..뭘까요