style: 💄 修改了一系列样式

This commit is contained in:
2025-08-26 17:05:05 +08:00
parent f927146475
commit 88b7d62cfb
50 changed files with 431 additions and 891 deletions

View File

@@ -39,7 +39,7 @@ const CompanyJobsListPage = () => {
empty={jobs.length === 0}
className="company-jobs-list-page-wrapper"
>
<JobList data={jobs} />
<JobList data={jobs} className="jobs-list-margin" />
</InfiniteScroll>
);
};