From 37b38652ad3e844cec7400e0cdc7058319df6051 Mon Sep 17 00:00:00 2001 From: kirinkiri Date: Sat, 22 Feb 2025 19:13:30 +0900 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20=ED=94=BC=EB=93=9C=EB=B0=B1=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=B3=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyPlans/Cards/PlanCard.tsx | 29 ++++++-- .../MyPlans/Cards/QuotationCard.tsx | 25 ++++--- src/components/MyPlans/QuotationCardList.tsx | 17 ++++- .../myreview-manage/completed-trip/index.tsx | 34 +++++---- .../myreview-manage/reviewable-trip/index.tsx | 2 +- .../[planId]/[quotationId].tsx | 73 +++++++++++++------ src/services/quotationServiceDreamer.ts | 19 ++++- 7 files changed, 138 insertions(+), 61 deletions(-) diff --git a/src/components/MyPlans/Cards/PlanCard.tsx b/src/components/MyPlans/Cards/PlanCard.tsx index 06b1d5a0..e0ab800c 100644 --- a/src/components/MyPlans/Cards/PlanCard.tsx +++ b/src/components/MyPlans/Cards/PlanCard.tsx @@ -9,10 +9,13 @@ interface PlanData { export default function PlanCard({ planDetail }: PlanData) { return ( -
-
+
+
-
-
-
-
-