From 6b0ee8ec2ee5d8386fd6dc9d88884fe9c32c92b8 Mon Sep 17 00:00:00 2001 From: Kritkhanin Anantakul <65160144@go.buu.ac.th> Date: Tue, 25 Mar 2025 02:43:16 +0700 Subject: [PATCH] fix size calendar --- src/components/GanttChart/CalendarPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GanttChart/CalendarPicker.vue b/src/components/GanttChart/CalendarPicker.vue index 2f24006..1b556d7 100644 --- a/src/components/GanttChart/CalendarPicker.vue +++ b/src/components/GanttChart/CalendarPicker.vue @@ -62,7 +62,7 @@ const updateSelectedDate = (newValue) => { /* ✅ ปรับขนาด v-date-picker */ .custom-date-picker { width: 350px !important; - height: 390px !important; + height: 440px !important; max-width: 350px; font-size: 14px !important; border-radius: 20px !important; -- GitLab