diff --git a/src/components/common/AlertComponent.vue b/src/components/common/AlertComponent.vue index a4505e2..3684490 100644 --- a/src/components/common/AlertComponent.vue +++ b/src/components/common/AlertComponent.vue @@ -8,7 +8,7 @@ v-for="alert in alerts" :key="alert.id" :class="[ - 'w-full rounded-lg shadow-xl overflow-hidden', + 'w-full rounded-[30px] shadow-xl overflow-hidden', 'bg-gradient-to-r', gradientClasses[alert.type] ]" diff --git a/src/components/common/NativeDateSelect.vue b/src/components/common/NativeDateSelect.vue new file mode 100644 index 0000000..0250ba0 --- /dev/null +++ b/src/components/common/NativeDateSelect.vue @@ -0,0 +1,97 @@ + + + diff --git a/src/views/manage/DashboardView.vue b/src/views/manage/DashboardView.vue index f6a8462..5a790e1 100644 --- a/src/views/manage/DashboardView.vue +++ b/src/views/manage/DashboardView.vue @@ -28,7 +28,7 @@
- - - - - +
+
+ + +
+
+ + + +