fix: 登录按钮背景预加载

This commit is contained in:
Xu Zhimeng 2023-05-25 20:08:25 +08:00
parent 8d6a56b221
commit acf73d481e

View File

@ -30,6 +30,10 @@
<a-button class="login-button" :loading="isSubmitting" @click="handleSubmit"> SIGN IN </a-button>
</a-form-model>
</div>
<div style="position: fixed; z-index: -999;">
<img src="@/assets/images/login/login-btn-active.png" alt="">
</div>
</div>
</template>