diff --git a/public/css/custom.css b/public/css/custom.css index b790072..f86b056 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -701,6 +701,16 @@ /* BoardComment end */ +/* vote */ +.hidden-date-input { + position: absolute; + top: 31.5%; + left: 17%; + width: 100%; + opacity: 0; + pointer-events: none; +} + /* 권한부여 */ .user-card-container { display: flex; diff --git a/src/views/voteboard/voteboardWrite.vue b/src/views/voteboard/voteboardWrite.vue index 98c55cb..d1b3a03 100644 --- a/src/views/voteboard/voteboardWrite.vue +++ b/src/views/voteboard/voteboardWrite.vue @@ -235,12 +235,4 @@ const goList = () => { .item-input { max-width: 200px; } -.hidden-date-input { - position: absolute; - top: 28.5%; - left: 17%; - width: 100%; - opacity: 0; - pointer-events: none; -}