From b149db33410ef4a1c54c96fab31f9349bbf30508 Mon Sep 17 00:00:00 2001 From: ybgbob Date: Fri, 16 Aug 2024 17:20:31 +0800 Subject: [PATCH] feat: RWD header --- src/components/layout/Header.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index bfac2ca..6cd0f54 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -71,6 +71,8 @@ const Header = () => { left="0" right="0" zIndex={1001} + as="header" + minW="1200px" >
@@ -99,6 +101,7 @@ const Header = () => { top={INFO_BAR_HEIGHT} bg={location.pathname !== '/' ? BG_COLOR : 'transparent'} ref={ref} + minW="1200px" >