From cf89535c14c861c57a57ce8419f82765847b731e Mon Sep 17 00:00:00 2001 From: Nyavokevin <42602932+nyavokevin@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:43:33 +0300 Subject: [PATCH] fix result card --- .../js/components/ui/card/CardResult.vue | 102 ++++++-- resources/js/layouts/app/LandingLayout.vue | 146 +++++++---- resources/js/pages/cards/resultat.vue | 227 ++++++++++++++---- 3 files changed, 371 insertions(+), 104 deletions(-) diff --git a/resources/js/components/ui/card/CardResult.vue b/resources/js/components/ui/card/CardResult.vue index 040bb58..76554d2 100644 --- a/resources/js/components/ui/card/CardResult.vue +++ b/resources/js/components/ui/card/CardResult.vue @@ -1,37 +1,72 @@ @@ -49,17 +84,50 @@ defineProps(); diff --git a/resources/js/layouts/app/LandingLayout.vue b/resources/js/layouts/app/LandingLayout.vue index 2065a3d..3ee16d0 100644 --- a/resources/js/layouts/app/LandingLayout.vue +++ b/resources/js/layouts/app/LandingLayout.vue @@ -31,14 +31,18 @@ onMounted(() => { class="fixed top-0 z-50 w-full transition-all duration-300" :class="isScrolled ? 'bg-black/90 py-2 shadow-xl backdrop-blur-md' : 'bg-transparent py-4'" > -
-
+
+
- Logo + Logo
-
-
+