浏览代码

style(layout): remove space between brand status area and navigation content area

sw 1 月之前
父节点
当前提交
0e0beadb86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layouts/BasicLayout.tsx

+ 1 - 1
src/layouts/BasicLayout.tsx

@@ -133,7 +133,7 @@ const BasicLayout: React.FC<BasicLayoutProps> = () => {
           style={{
             flex: 1,
             display: 'flex',
-            paddingTop: '24px', // 顶部留白
+            // paddingTop: '24px', // 顶部留白
             // border: '1px solid red',
           }}
           className="xxl:h-[90vh] xl:h-[90vh] lg:h-[90vh] md:h-[90vh] sm:h-[90vh] xs:h-[90vh]"