perf: 登录界面重做

This commit is contained in:
2026-03-11 20:28:42 +08:00
parent 99f792f6de
commit 0a8a7c8046
13 changed files with 726 additions and 383 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="auth-title mb-9 sm:mx-auto sm:w-full sm:max-w-md">
<div class="auth-title mb-8 w-full">
<h2
class="text-foreground mb-2.5 text-3xl font-semibold leading-[1.22] tracking-[-0.015em] lg:text-[2.15rem]"
class="text-foreground mb-2.5 text-[1.9rem] font-semibold leading-[1.12] tracking-[-0.03em] sm:text-[2.1rem]"
>
<slot></slot>
</h2>
<p class="text-muted-foreground text-[0.95rem] leading-7 lg:text-base">
<p class="text-muted-foreground max-w-[34rem] text-[0.97rem] leading-7 sm:text-[1rem]">
<slot name="desc"></slot>
</p>
</div>