theme plog pt mobile

This commit is contained in:
tangly1024.com
2023-07-12 10:18:00 +08:00
parent 918ce299f7
commit 665ee6be56

View File

@@ -68,7 +68,7 @@ const LayoutBase = props => {
<Header {...props} />
{/* 主区 */}
<main id='out-wrapper' className={'relative m-auto flex-grow w-full transition-all pb-16'}>
<main id='out-wrapper' className={'relative m-auto flex-grow w-full transition-all pb-16 pt-16 md:pt-0'}>
<Transition
show={!onLoading}