{onLoading ? : children}
diff --git a/themes/matery/LayoutBase.js b/themes/matery/LayoutBase.js
index 6dbac0d6..282cc44b 100644
--- a/themes/matery/LayoutBase.js
+++ b/themes/matery/LayoutBase.js
@@ -42,7 +42,6 @@ const LayoutBase = props => {
if (isBrowser()) {
loadExternalResource('/css/theme-matery.css', 'css')
}
- const fixStyleObject = !CONFIG_MATERY.HOME_BANNER_ENABLE ? { paddingTop: '4rem' } : {}
return (
@@ -53,7 +52,7 @@ const LayoutBase = props => {
{headerSlot}
-
+
{/* 嵌入区域 */}
{props.containerSlot}