diff --git a/src/views/voteboard/voteboardWrite.vue b/src/views/voteboard/voteboardWrite.vue index ac57d7d..eb7ed5b 100644 --- a/src/views/voteboard/voteboardWrite.vue +++ b/src/views/voteboard/voteboardWrite.vue @@ -244,4 +244,14 @@ const goList = () => { .item-input { max-width: 200px; } +.hidden-date-input { + display: block; /* 한 줄 차지 */ + margin-top: 19.5px; /* form-input과 붙게 조정 */ + border: none; + padding: 0; + height: 0; + opacity: 0; + pointer-events: none; /* 사용자 클릭 못하게 */ + position: absolute; /* 시각적으로 띄워두기 */ +}