From b844c2a50994da0497caa1233ef8ca3c5673deb0 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 16:58:18 +0800 Subject: [PATCH] form height auto --- components/ContactForm.tsx | 10 +++++----- components/Navbar/MobileNav.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 0dec885..9289a29 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -44,8 +44,8 @@ const ContactForm = ({ startLoading, stopLoading }: Props) => { return ( -
-
+
+
讓我們知道您的想法
@@ -55,9 +55,9 @@ const ContactForm = ({ startLoading, stopLoading }: Props) => {
-
+ -
+

姓名

@@ -88,7 +88,7 @@ const ContactForm = ({ startLoading, stopLoading }: Props) => {