휴가 수정
This commit is contained in:
parent
92b7d5d4ac
commit
fdf439246e
@ -233,7 +233,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.vac-modal-body {
|
.vac-modal-body {
|
||||||
max-height: 230px;
|
max-height: 180px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.vac-modal-text {
|
.vac-modal-text {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<button class="close-btn" @click="closeModal">✖</button>
|
<button class="close-btn" @click="closeModal">✖</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="vac-modal-body">
|
<div class="vac-modal-body">
|
||||||
<p class="vac-modal-text">선물할 연차 개수를 선택하세요.</p>
|
<p class="vac-modal-text">선물할 연차 개수를 선택해 주세요.</p>
|
||||||
<div class="count-container">
|
<div class="count-container">
|
||||||
<button @click="decreaseCount" :disabled="grantCount < 2" class="count-btn">-</button>
|
<button @click="decreaseCount" :disabled="grantCount < 2" class="count-btn">-</button>
|
||||||
<span class="count-value">{{ grantCount }}</span>
|
<span class="count-value">{{ grantCount }}</span>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<!-- 공지 접기 기능 -->
|
<!-- 공지 접기 기능 -->
|
||||||
<div class="form-check mb-0">
|
<div class="form-check mb-0">
|
||||||
<input class="form-check-input" type="checkbox" v-model="showNotices" id="hideNotices" />
|
<input class="form-check-input mt-1" 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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user