This commit is contained in:
dyhj625 2025-03-21 14:11:43 +09:00
parent 1786d03061
commit 923f2683f0

View File

@ -24,7 +24,7 @@
<!-- 공지 접기 기능 --> <!-- 공지 접기 기능 -->
<div class="form-check mb-0"> <div class="form-check mb-0">
<input class="form-check-input mt-1" type="checkbox" v-model="showNotices" id="hideNotices" /> <input class="form-check-input" type="checkbox" v-model="showNotices" id="hideNotices" />
<label class="form-check-label" for="hideNotices">공지 숨기기</label> <label class="form-check-label" for="hideNotices">공지 숨기기</label>
</div> </div>