diff --git a/public/css/custom.css b/public/css/custom.css index 5c3e23b..2bf9c1b 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -29,68 +29,82 @@ /* 휴가*/ - .half-day-buttons { display: flex; justify-content: center; gap: 10px; margin-top: 20px; - } - .half-day-buttons .btn.active { - border: 2px solid black; - } - .fc-daygrid-day-frame { - min-height: 80px !important; - max-height: 120px !important; - overflow: hidden !important; - padding-top: 25px !important; - } - .fc-daygrid-day-events { - max-height: 100px !important; - overflow-y: auto !important; - } - .fc-daygrid-event { - position: absolute !important; - height: 20px !important; - width: 100% !important; - left: 0 !important; - margin: 2px 0 !important; - padding: 0 !important; - border-radius: 2px !important; - border: none !important; - } - .fc-daygrid-event-harness { - display: flex; - flex-direction: column; - align-items: flex-start; - justify-content: flex-start; - width: 100%; - gap: 22px; - } - .fc-daygrid-event.half-day-am { - width: 45% !important; - left: 0 !important; - } - .fc-daygrid-event.half-day-pm { - width: 45% !important; - left: auto !important; - right: 0 !important; - } - .fc-daygrid-event.full-day { - width: 100% !important; - left: 0 !important; - } - .fc-day-sun .fc-daygrid-day-number, - .fc-col-header-cell:first-child .fc-col-header-cell-cushion { - color: #ff4500 !important; - } - .fc-day-sat .fc-daygrid-day-number, - .fc-col-header-cell:last-child .fc-col-header-cell-cushion { - color: #6076e0 !important; - } - .fc-daygrid-day-number { - position: absolute !important; - top: 0px !important; - left: 5px !important; - text-align: left !important; - } \ No newline at end of file +} +.half-day-buttons .btn.active { + border: 2px solid black; +} +.fc-daygrid-day-frame { + min-height: 80px !important; + max-height: 120px !important; + overflow: hidden !important; + padding-top: 25px !important; +} +.fc-daygrid-day-events { + max-height: 100px !important; + overflow-y: auto !important; +} +.fc-daygrid-event { + position: absolute !important; + height: 20px !important; + width: 100% !important; + left: 0 !important; + margin: 2px 0 !important; + padding: 0 !important; + border-radius: 2px !important; + border: none !important; +} +.fc-daygrid-event-harness { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: flex-start; + width: 100%; + gap: 22px; +} +.fc-daygrid-event.half-day-am { + width: 45% !important; + left: 0 !important; +} +.fc-daygrid-event.half-day-pm { + width: 45% !important; + left: auto !important; + right: 0 !important; +} +.fc-daygrid-event.full-day { + width: 100% !important; + left: 0 !important; +} +.fc-day-sun .fc-daygrid-day-number, +.fc-col-header-cell:first-child .fc-col-header-cell-cushion { + color: #ff4500 !important; +} +.fc-day-sat .fc-daygrid-day-number, +.fc-col-header-cell:last-child .fc-col-header-cell-cushion { + color: #6076e0 !important; +} +.fc-daygrid-day-number { + position: absolute !important; + top: 0px !important; + left: 5px !important; + text-align: left !important; +} + +.user-avatar { + border: 3px solid; + width: 110px; + height: 110px; + object-fit: cover; + background-color: white; + transition: transform 0.2s ease-in-out; +} + + + +.grayscaleImg { + filter: grayscale(100%); +} \ No newline at end of file diff --git a/src/components/vacation/ProfileList.vue b/src/components/vacation/ProfileList.vue index b7947a9..ba4d594 100644 --- a/src/components/vacation/ProfileList.vue +++ b/src/components/vacation/ProfileList.vue @@ -1,53 +1,54 @@ diff --git a/src/views/vacation/VacationManagement.vue b/src/views/vacation/VacationManagement.vue index f267dc0..5b9d8f1 100644 --- a/src/views/vacation/VacationManagement.vue +++ b/src/views/vacation/VacationManagement.vue @@ -1,6 +1,6 @@