调整字体,重新排版
This commit is contained in:
tangly1024
2021-12-08 17:21:07 +08:00
parent 04ec195520
commit bca046cf03
21 changed files with 67 additions and 85 deletions

View File

@@ -76,8 +76,10 @@ const BaseLayout = ({
<div className='hidden lg:block z-10'>
<SideBar post={post} posts={totalPosts} tags={tags} currentSearch={currentSearch} currentTag={currentTag} categories={categories} currentCategory={currentCategory} />
</div>
<div className='flex flex-grow' ref={targetRef}>
{children}
<div className='flex flex-grow min-h-screen' ref={targetRef}>
<div className='flex-grow bg-gray-50 dark:bg-black shadow-inner'>
{children}
</div>
</div>
</div>