refactor: canonicalize TypeScript and Tailwind syntax

This commit is contained in:
2026-07-14 19:06:47 +08:00
parent 52bbc363cf
commit 836ae95940
23 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ export function ChatScreen() {
/>
</div>
<div className="relative z-[1] flex min-h-0 flex-[1_1_auto] flex-col">
<div className="relative z-1 flex min-h-0 flex-[1_1_auto] flex-col">
{/* isGuest 派生自 auth.loginStatus */}
<ChatHeader
isGuest={isGuest}