锁定页

This commit is contained in:
lai
2024-01-17 10:53:53 +08:00
parent cc22694aa3
commit 766374ce51

View File

@@ -134,7 +134,13 @@ onUnmounted(() => {
placeholder="Enter your password"
@keyup.enter="handleUnlock"
/>
<a-button type="text" class="backCss" @click="handleUnlock">
<template #icon
><login-outlined style="font-size: large"
/></template>
</a-button>
</a-col>
<a-col :span="24">
<a-button type="text" class="backCss" @click="backLogin">
{{ t('components.LockScreen.backLogin') }}
@@ -184,7 +190,7 @@ onUnmounted(() => {
.backCss {
color: #fff;
&:hover {
color: blue;
color: #4281ff;
}
}
</style>