diff --git a/public/css/custom.css b/public/css/custom.css index 182e491..2ac47f0 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -3,22 +3,33 @@ /* 휴가 */ -.fc-daygrid-day-events { - max-height: 100px !important; - overflow-y: auto !important; -} + /* 이벤트 선 없게 */ .fc-event { border: none; } -/* 오전전반차 그래프 */ +/* 오전 반차 그래프 (왼쪽 절반) */ .fc-daygrid-event.half-day-am { - width: calc(50% - 4px) !important; + width: 50% !important; + height: 8px !important; + border-radius: 2px !important; + font-size: 0px !important; } -/* 오후반차 그래프프 */ +/* 오후 반차 그래프 (오른쪽 절반) */ .fc-daygrid-event.half-day-pm { - width: calc(50% - 4px) !important; - margin-left: auto !important + width: 50% !important; + height: 8px !important; + margin-left: auto !important; + border-radius: 2px !important; + font-size: 0px !important; +} +/* 연차 그래프 (풀풀) */ +.fc-daygrid-event.full-day { + width: 100% !important; + height: 8px !important; + margin-left: auto !important; + border-radius: 2px !important; + font-size: 0px !important; } /* 공휴일,일요일 색상 */ .fc-day-sun .fc-daygrid-day-number, @@ -39,8 +50,8 @@ .flatpickr-calendar:after { display: none !important; } - /* 기본 스타일은 그대로 두고, 데이트피커 인풋의 추가 스타일 정의 */ - .fc-toolbar-title { +/* 기본 스타일은 그대로 두고, 데이트피커 인풋의 추가 스타일 정의 */ +.fc-toolbar-title { cursor: pointer; } /* 클릭 가능한 날짜 (오늘 + 미래) */ @@ -84,7 +95,6 @@ opacity: 0.6; /* 흐려 보이게 */ /* 본인 모달 */ - /* 닫기 버튼 */ .close-btn { position: absolute; @@ -109,7 +119,6 @@ opacity: 0.6; /* 흐려 보이게 */ /* 선물하기 모달 */ - /* 연차 개수 버튼 */ .count-btn { font-size: 18px; @@ -127,7 +136,6 @@ opacity: 0.6; /* 흐려 보이게 */ background: #cccccc; cursor: not-allowed; } - /* 버튼 컨테이너 (우측 정렬) */ .custom-button-container { display: flex; @@ -141,18 +149,17 @@ opacity: 0.6; /* 흐려 보이게 */ padding: 10px; /* 크기 조정 */ cursor: pointer; /* 클릭 가능하도록 변경 */ } - /* 아이콘 색상 변경 (기본) */ .custom-button i { color: #282538; /* 기본 아이콘 색상 */ font-size: 25px; /* 아이콘 크기 */ } - /* 버튼 호버 효과 */ .custom-button:hover i { color: #ff0800; /* 호버 시 아이콘 색상 변경 */ } + .grayscaleImg { filter: grayscale(100%); } diff --git a/public/img/mbti/enfj.png b/public/img/mbti/enfj.png new file mode 100644 index 0000000..2d85491 Binary files /dev/null and b/public/img/mbti/enfj.png differ diff --git a/public/img/mbti/enfp.png b/public/img/mbti/enfp.png new file mode 100644 index 0000000..abc6c69 Binary files /dev/null and b/public/img/mbti/enfp.png differ diff --git a/public/img/mbti/entj.png b/public/img/mbti/entj.png new file mode 100644 index 0000000..7ef1341 Binary files /dev/null and b/public/img/mbti/entj.png differ diff --git a/public/img/mbti/entp.png b/public/img/mbti/entp.png new file mode 100644 index 0000000..84b2a11 Binary files /dev/null and b/public/img/mbti/entp.png differ diff --git a/public/img/mbti/esfj.png b/public/img/mbti/esfj.png new file mode 100644 index 0000000..0548975 Binary files /dev/null and b/public/img/mbti/esfj.png differ diff --git a/public/img/mbti/esfp.png b/public/img/mbti/esfp.png new file mode 100644 index 0000000..a3932e6 Binary files /dev/null and b/public/img/mbti/esfp.png differ diff --git a/public/img/mbti/est.png b/public/img/mbti/est.png new file mode 100644 index 0000000..720aa00 Binary files /dev/null and b/public/img/mbti/est.png differ diff --git a/public/img/mbti/estp.png b/public/img/mbti/estp.png new file mode 100644 index 0000000..036e95f Binary files /dev/null and b/public/img/mbti/estp.png differ diff --git a/public/img/mbti/infj.png b/public/img/mbti/infj.png new file mode 100644 index 0000000..4660186 Binary files /dev/null and b/public/img/mbti/infj.png differ diff --git a/public/img/mbti/infp.png b/public/img/mbti/infp.png new file mode 100644 index 0000000..442b8dd Binary files /dev/null and b/public/img/mbti/infp.png differ diff --git a/public/img/mbti/intj.png b/public/img/mbti/intj.png new file mode 100644 index 0000000..39b06a2 Binary files /dev/null and b/public/img/mbti/intj.png differ diff --git a/public/img/mbti/intp.png b/public/img/mbti/intp.png new file mode 100644 index 0000000..8dbb981 Binary files /dev/null and b/public/img/mbti/intp.png differ diff --git a/public/img/mbti/isfj.png b/public/img/mbti/isfj.png new file mode 100644 index 0000000..7dad009 Binary files /dev/null and b/public/img/mbti/isfj.png differ diff --git a/public/img/mbti/isfp.png b/public/img/mbti/isfp.png new file mode 100644 index 0000000..61e4bad Binary files /dev/null and b/public/img/mbti/isfp.png differ diff --git a/public/img/mbti/istj.png b/public/img/mbti/istj.png new file mode 100644 index 0000000..4924396 Binary files /dev/null and b/public/img/mbti/istj.png differ diff --git a/public/img/mbti/istp.png b/public/img/mbti/istp.png new file mode 100644 index 0000000..276f39c Binary files /dev/null and b/public/img/mbti/istp.png differ diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue index ded58dc..205d5a6 100644 --- a/src/components/board/BoardComment.vue +++ b/src/components/board/BoardComment.vue @@ -11,35 +11,29 @@ :isLike="!isLike" :isCommentPassword="isCommentPassword" :isCommentProfile="true" - @editClick="aaaa" + @editClick="handleEditClick" @deleteClick="$emit('deleteClick', comment)" @updateReaction="handleUpdateReaction" - /> - - + /> -
child.isCommentPassword: {{ child.isCommentPassword }}
{{ pwErrMsg }}
+{{ pwErrMsg }}