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);
}
">
항암할 때마다 몸무게 재는데, 혹시 지난 몸무게 기록 확인할 수 있는 방법 아시는 분 계신가요?