From 08815eb19d6e4403a99510de4c55e3d3af5ad5f6 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Mon, 13 Nov 2023 10:19:24 +0800 Subject: [PATCH] =?UTF-8?q?CH=20=E6=A0=87=E7=AD=BE=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=82=AE=E7=AE=B1=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ch-info-page-form.php | 18 +++++++++++++++++- .../views/mobile_first/ch-inquiry-form.php | 15 +++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/ch-info-page-form.php b/application/views/mobile_first/ch-info-page-form.php index d72e4332..de7151bb 100644 --- a/application/views/mobile_first/ch-info-page-form.php +++ b/application/views/mobile_first/ch-info-page-form.php @@ -814,4 +814,20 @@ .date_select {width: 93% !important; margin-bottom: 0 !important;} .age_range { margin-top: 0;} } - \ No newline at end of file + + + + \ No newline at end of file diff --git a/application/views/mobile_first/ch-inquiry-form.php b/application/views/mobile_first/ch-inquiry-form.php index 07bc3b4c..4670d5c9 100644 --- a/application/views/mobile_first/ch-inquiry-form.php +++ b/application/views/mobile_first/ch-inquiry-form.php @@ -646,3 +646,18 @@ document.addEventListener('DOMContentLoaded', () => { }); }) + + \ No newline at end of file