This commit is contained in:
tangly1024
2022-12-25 18:50:31 +08:00
parent 17325b03b0
commit c5a94f25ad
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const LayoutBase = props => {
const fullWidth = post?.fullWidth ?? false
return (
<div className='nobelium dark:text-gray-300 w-full overflow-hidden bg-white dark:bg-black min-h-screen'>
<div className='nobelium dark:text-gray-300 w-full bg-white dark:bg-black min-h-screen'>
<CommonHead meta={meta} />
{/* 顶部导航栏 */}