From f2710407ff02332dc5f8ef2684c519b673f28bfd Mon Sep 17 00:00:00 2001 From: fuxiaochun Date: Tue, 15 Aug 2023 02:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ucenter/components/updateContactModal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/ucenter/components/updateContactModal.vue b/src/views/ucenter/components/updateContactModal.vue index 47e7902..b0f4d95 100644 --- a/src/views/ucenter/components/updateContactModal.vue +++ b/src/views/ucenter/components/updateContactModal.vue @@ -206,7 +206,9 @@ const onCancel = ()=>{ } } .submitBtn{ - height: 66px; + width: 100%; + height: 72px; + margin-top: 50px; } } \ No newline at end of file