update: FM、搜索框显示

main
mackt 3 weeks ago
parent bcc8100b6a
commit 95f841fcbe

@ -94,7 +94,7 @@ export default async function Journal({ params }: { params: { category?: string;
<div className="flex flex-row items-center justify-between mt-38px mb-12px">
<div className="text-17px leading-24px font-500">{categoryInfo?.nameCh ?? '全部'}</div>
<div />
{/* <ButtonFM /> */}
<ButtonFM />
</div>
{/* 期刊列表 */}

@ -23,7 +23,7 @@ export default function Header({ type = 'server', className }: { type?: NextComp
<div className="relative w-1200px h-full mx-auto flex items-center justify-between">
<div className="relative flex items-center h-full">
<Logo type={type} />
{/* <Search className={`${showSearch ? 'block' : 'hidden'} ml-40px`} /> */}
<Search className={`${showSearch ? 'block' : 'hidden'} ml-40px`} />
</div>
<div className="flex items-center h-full">

Loading…
Cancel
Save