diff --git a/public/css/custom.css b/public/css/custom.css index 6eb5920..e367c87 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -108,7 +108,6 @@ cursor: not-allowed !important; .vac-modal-content { background: #fff; padding: 20px; - border-radius: 8px; box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1), 0px 4px 0px rgba(0, 0, 0, 0); max-width: 500px; @@ -229,21 +228,7 @@ cursor: not-allowed !important; /* 오전/오후반차,저장버튼 */ /* 버튼 기본 스타일 */ .vac-btn { - width: 60px; - height: 60px; - border-radius: 50%; - font-size: 20px; - display: flex; - align-items: center; - justify-content: center; - transition: all 0.2s ease-in-out; - display: inline-block; - font-weight: 400; - line-height: 1.53; - color: #697a8d; - text-align: center; - vertical-align: middle; - cursor: pointer; + transition: all 0.2sease-in-out; border: 1px solid transparent; } /* 마우스를 올렸을 때 */ @@ -286,17 +271,9 @@ cursor: not-allowed !important; } /* 버튼 기본 (비활성화일 때 기본 녹색) */ .vac-btn-success { - font-size: 24px; - width: 60px; - height: 60px; - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; transition: all 0.2s ease-in-out; background-color: #871919 !important; color: white; - cursor: pointer; border: 1px solid transparent; } /* 버튼 활성화 */ @@ -309,7 +286,6 @@ cursor: not-allowed !important; } /* 버튼 비활성화 */ .vac-btn-success.disabled { - border: 3px solid #e6e4e4; /* 붉은색 테두리 적용 */ background-color: #bbb8b8 !important; color: white !important; cursor: not-allowed !important; diff --git a/src/components/button/HalfDayButtons.vue b/src/components/button/HalfDayButtons.vue index 08cc241..858731f 100644 --- a/src/components/button/HalfDayButtons.vue +++ b/src/components/button/HalfDayButtons.vue @@ -1,27 +1,30 @@ diff --git a/src/components/vacation/ProfileList.vue b/src/components/vacation/ProfileList.vue index b5d5007..fdf7153 100644 --- a/src/components/vacation/ProfileList.vue +++ b/src/components/vacation/ProfileList.vue @@ -1,28 +1,30 @@ @@ -110,9 +112,7 @@ if (windowWidth.value >= 1850) { }); const getDynamicStyle = (user) => ({ -width: profileSize.value, -height: profileSize.value, -borderWidth: "4px", +borderWidth: "2px", borderColor: user.usercolor || "#ccc", borderStyle: "solid", }); diff --git a/src/views/vacation/VacationManagement.vue b/src/views/vacation/VacationManagement.vue index 3374500..9b39db8 100644 --- a/src/views/vacation/VacationManagement.vue +++ b/src/views/vacation/VacationManagement.vue @@ -3,36 +3,37 @@
-
-