데이트 피커 위치조정

This commit is contained in:
dyhj625 2025-03-21 11:20:58 +09:00
parent be3f8a8b36
commit 31ccd0c911

View File

@ -645,7 +645,7 @@ onMounted(async () => {
const dpEl = calendarDatepicker.value;
dpEl.style.display = 'block';
dpEl.style.position = 'fixed';
dpEl.style.top = '25%';
dpEl.style.top = '18%';
dpEl.style.left = '50%';
dpEl.style.transform = 'translate(-50%, -50%)';
dpEl.style.zIndex = '9999';