Commit 13155cac authored by tyyin lan's avatar tyyin lan

chore(登录页): 获取验证码按钮调整

parent cc524aea
......@@ -424,16 +424,13 @@ function handleEmailCodeGain() {
<div class="ml-[6px] mr-[10px] h-[18px] w-[1px] bg-[#868686]"></div>
<div class="text-end">
<n-button
<button
v-show="!isShowCountdown"
class="!text-[11px]"
type="tertiary"
size="small"
class="cursor-pointer text-[11px] text-[#333] transition active:text-[#6A6A6A]"
@click="handleSMSCodeGain"
>
{{ t('login_module.get_verification_code') }}
</n-button>
</button>
<div v-show="isShowCountdown" class="inline-block w-[50px] text-center">
<n-countdown
ref="countdownRef"
......@@ -498,15 +495,13 @@ function handleEmailCodeGain() {
<div class="ml-[6px] mr-[10px] h-[18px] w-[1px] bg-[#868686]"></div>
<div class="text-end">
<n-button
<button
v-show="!isShowCountdown"
class="!text-[11px]"
type="tertiary"
size="small"
class="cursor-pointer text-[11px] text-[#333] transition active:text-[#6A6A6A]"
@click="handleEmailCodeGain"
>
{{ t('login_module.get_verification_code') }}
</n-button>
</button>
<div v-show="isShowCountdown" class="inline-block w-[50px] text-center">
<n-countdown
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment