From a23d76c69557736d8223b0584083ca88ff539e14 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 11:49:10 +0800 Subject: [PATCH] style: update link colors and refine booking page UI replace all usage of theme-color-500 with text-[#2D91FF] for interactive link text across multiple components refine booking page styling: adjust background gradient, fix navbar color, correct overflow scrolling, clean up unused style imports and fix layout class formatting --- src/components/DateRangeSection/index.vue | 2 +- src/pages/booking/index.vue | 20 ++++++++----------- .../home/components/AnswerComponent/index.vue | 2 +- .../order/components/AmtSection/index.vue | 2 +- .../order/components/VoucherList/index.vue | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/components/DateRangeSection/index.vue b/src/components/DateRangeSection/index.vue index 90539cf..fc951a4 100644 --- a/src/components/DateRangeSection/index.vue +++ b/src/components/DateRangeSection/index.vue @@ -13,7 +13,7 @@
- 房间详情 + 房间详情
diff --git a/src/pages/booking/index.vue b/src/pages/booking/index.vue index d869611..a6cf9b1 100644 --- a/src/pages/booking/index.vue +++ b/src/pages/booking/index.vue @@ -1,14 +1,14 @@