浏览代码

fix: nav ui bug (#191)

Co-authored-by: yuhao1118 <yuhao1118@bytedance.net>
Yuhao 1 年之前
父节点
当前提交
659c3e7a81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/header/nav/index.tsx

+ 1 - 1
web/app/components/header/nav/index.tsx

@@ -37,7 +37,7 @@ const Nav = ({
       <Link href={link}>
         <div
           className={classNames(`
-            flex items-center h-8 pl-2.5 pr-2
+            flex items-center h-7 pl-2.5 pr-2
             font-semibold cursor-pointer rounded-[10px]
             ${isActived ? 'text-[#1C64F2]' : 'text-gray-500 hover:bg-gray-200'}
             ${curNav && isActived && 'hover:bg-[#EBF5FF]'}