From ae9c8735b1400aa7e6ff766c9f3c51dadd506c7d Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Thu, 20 Mar 2025 16:06:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EC=8A=A4=ED=85=80=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 10 ++++++++++ src/views/voteboard/voteboardWrite.vue | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 8ac0b53..2f57ee5 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -702,6 +702,16 @@ /* BoardComment end */ +/* vote */ +.hidden-date-input { + position: absolute; + top: 28.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; -}