From ee317567cc7edfe3888c730b37f761ed4e4e7fec Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 30 十一月 2021 10:47:55 +0800 Subject: [PATCH] fixed: TODO#131132 網頁版註冊按鈕與Foooter重疊 --- PAMapp/pages/login/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/PAMapp/pages/login/index.vue b/PAMapp/pages/login/index.vue index bb819ac..96c04d5 100644 --- a/PAMapp/pages/login/index.vue +++ b/PAMapp/pages/login/index.vue @@ -158,7 +158,7 @@ </div> - <el-row type="flex" justify="center" class="pam-login-page__action-bar mt-30 mb-30"> + <el-row type="flex" justify="center" class="pam-login-page__action-bar mt-30"> <el-button type="primary" v-if="(connectDevice === 'MOBILE' && onPhoneVerifyStep === 'INPUT_OTP') || (connectDevice === 'EMAIL' && onEmailVerifyResendStatus === 'CAN_RESEND')" @@ -664,6 +664,9 @@ display: flex; flex: 1; align-items: flex-end; + @include desktop { + margin-bottom: 30px; + } } } -- Gitblit v1.8.0