修复导致 admin page 样式错位的问题

This commit is contained in:
2025-06-09 14:03:20 +08:00
parent 1383f2028a
commit 0f34b938e5

View File

@@ -7,12 +7,7 @@ export type PageProps = {
export default function Page(props: ComponentProps<'main'> & PageProps) {
return (
<main
{...props}
className={merge(
`relative size-full`,
props.className,
)}>
<main {...props} className={merge(`relative size-full`)}>
{/* background */}
<div className="absolute inset-0 overflow-hidden">