forked from 77media/video-flow
修复页面高度问题
This commit is contained in:
parent
53b6d87179
commit
4c5be13b0f
@ -175,7 +175,7 @@ export default function WorkFlow() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<div className="w-full h-full overflow-hidden">
|
<div className="w-full overflow-hidden h-[calc(100vh-6rem)] absolute top-[4rem] left-0 right-0 px-[1rem]">
|
||||||
<div className="flex h-full flex-col p-6 justify-center items-center pt-0">
|
<div className="flex h-full flex-col p-6 justify-center items-center pt-0">
|
||||||
<div className="container-H2sRZG">
|
<div className="container-H2sRZG">
|
||||||
<div className="splashContainer-otuV_A">
|
<div className="splashContainer-otuV_A">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user