Explorar el Código

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

sw hace 1 mes
padre
commit
0e0beadb86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]"