优化多个页面样式与展示文本
This commit is contained in:
@@ -7,7 +7,7 @@ export type CollectPageProps = {}
|
||||
export default function CollectPage(props: CollectPageProps) {
|
||||
return (
|
||||
<main className="mt-20 flex flex-col gap-4">
|
||||
<Wrap className="flex flex-col py-8 gap-8">
|
||||
<Wrap className="flex flex-col py-8 gap-4">
|
||||
<BreadCrumb items={[
|
||||
{label: '短效IP 提取', href: '/collect'},
|
||||
]}/>
|
||||
|
||||
Reference in New Issue
Block a user