데이트 피커 위치조정
This commit is contained in:
parent
be3f8a8b36
commit
31ccd0c911
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user