💄 添加胡桃Logo

This commit is contained in:
BTMuli
2026-01-15 21:03:24 +08:00
parent 7dcbd8204a
commit d2b5fcd416

View File

@@ -7,6 +7,7 @@
density="compact"
title="重置胡桃云密码"
>
<img src="/platforms/other/hutao2.webp" alt="logo" class="thvc-logo" />
<v-form ref="formEl" class="thvc-mid">
<v-text-field
ref="usernameInput"
@@ -174,6 +175,15 @@ onUnmounted(() => {
background-color: var(--box-bg-1);
}
.thvc-logo {
position: absolute;
z-index: 0;
bottom: -16px;
left: -16px;
width: 128px;
height: 128px;
}
.thvc-mid {
position: relative;
display: flex;