feat: 优化大厅 Jackpot 参与提示与玩家页头布局

This commit is contained in:
2026-05-22 14:34:11 +08:00
parent 0cd85ae287
commit b61a2ab07b
7 changed files with 104 additions and 34 deletions

View File

@@ -39,12 +39,12 @@ export function PlayerPanel({
<div className={cn("mx-auto w-full max-w-[480px]", containerClassName)}>
<section
className={cn(
"overflow-hidden bg-white text-slate-900",
playerPageInset,
"bg-white text-slate-900 min-h-screen",
"px-3 pb-6",
className,
)}
>
<header className={playerPageHeader}>
<header className={cn(playerPageHeader, "sticky top-0 z-50 bg-white/95 backdrop-blur pt-2 pb-2 -mx-3 px-3")}>
<div className="flex min-w-0 justify-start">
<Link
href={backHref}