锁定页
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user