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);
}
">
피검사 후 어플을 보다보면
정상범위 기준치가 쓰여져 있는데
이건 보통 어른기준의 범위일까요~??
아이의 경우 어떻게 봐야할지..ㅜ