mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
漂浮线段特效
This commit is contained in:
@@ -25,7 +25,8 @@ const LayoutBase = props => {
|
||||
<Nav {...props} />
|
||||
|
||||
{/* 主体 */}
|
||||
<div id='container-inner' className="w-full">
|
||||
<div id='wrapper'>
|
||||
<div id='container-inner' className="w-full relative z-10">
|
||||
|
||||
<Title {...props} />
|
||||
|
||||
@@ -38,6 +39,7 @@ const LayoutBase = props => {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer {...props} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user