微调
This commit is contained in:
tangly1024
2021-12-14 12:06:27 +08:00
parent 8148105b92
commit f1724dbe1a
5 changed files with 6 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ const BaseLayout = ({
<div className='flex flex-grow min-h-screen' ref={targetRef}>
{onLoading
? <LoadingCover/>
: <div className='flex-grow bg-gray-50 dark:bg-black shadow-inner animate__animated animate__fadeIn'>
: <div className='flex-grow bg-gray-50 dark:bg-black shadow-inner'>
{children}
</div>
}