锁定页
This commit is contained in:
@@ -134,7 +134,13 @@ onUnmounted(() => {
|
|||||||
placeholder="Enter your password"
|
placeholder="Enter your password"
|
||||||
@keyup.enter="handleUnlock"
|
@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>
|
||||||
|
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-button type="text" class="backCss" @click="backLogin">
|
<a-button type="text" class="backCss" @click="backLogin">
|
||||||
{{ t('components.LockScreen.backLogin') }}
|
{{ t('components.LockScreen.backLogin') }}
|
||||||
@@ -184,7 +190,7 @@ onUnmounted(() => {
|
|||||||
.backCss {
|
.backCss {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: blue;
|
color: #4281ff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user