fix: 登录按钮背景预加载
This commit is contained in:
parent
8d6a56b221
commit
acf73d481e
|
@ -30,6 +30,10 @@
|
||||||
<a-button class="login-button" :loading="isSubmitting" @click="handleSubmit"> SIGN IN </a-button>
|
<a-button class="login-button" :loading="isSubmitting" @click="handleSubmit"> SIGN IN </a-button>
|
||||||
</a-form-model>
|
</a-form-model>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="position: fixed; z-index: -999;">
|
||||||
|
<img src="@/assets/images/login/login-btn-active.png" alt="">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user