fix: 修改样式
This commit is contained in:
parent
d5b3721203
commit
3bbf9b00c2
@ -32,9 +32,9 @@ export default async function Home() {
|
||||
|
||||
return (
|
||||
<LoginDialogProvider>
|
||||
<Header />
|
||||
<FullScreenVideoBackground />
|
||||
<main className='fixed inset-0 flex items-center justify-center'>
|
||||
<Header />
|
||||
<main className='fixed inset-0 z-40 flex items-center justify-center'>
|
||||
<HomeContent />
|
||||
</main>
|
||||
<FooterCopyright />
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
const FullScreenVideoBackground = ({}: {}) => {
|
||||
return (
|
||||
<div className='fixed inset-0 h-full w-full overflow-hidden'>
|
||||
<div className='h-full w-full overflow-hidden'>
|
||||
<video
|
||||
autoPlay
|
||||
muted
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user