From df158d3ff4757b780d72a62cecb0715123582d82 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 13 Dec 2024 13:27:15 +0100 Subject: [PATCH] improve the layout --- components/recipe/index.vue | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/components/recipe/index.vue b/components/recipe/index.vue index 7a80514..bc1e15f 100644 --- a/components/recipe/index.vue +++ b/components/recipe/index.vue @@ -5,23 +5,30 @@ defineProps<{ recipe: Recipe }>();