This commit is contained in:
zhangjianjun 2026-04-01 11:11:28 +08:00
parent 99bdd0f545
commit f1c60e95d8
3 changed files with 4 additions and 5 deletions

View File

@ -107,12 +107,12 @@
} }
.topTabsContent { .topTabsContent {
/* padding-top: 9.375rem; */ padding-top: 9.375rem;
display: flex; display: flex;
align-items: center; /* align-items: center; */
gap: 5rem; gap: 5rem;
flex-direction: row; flex-direction: row;
height: 92%; /* height: 92%; */
} }
.topTabsContentLeft { .topTabsContentLeft {

View File

@ -1,6 +1,6 @@
.topTabsSection { .topTabsSection {
padding: 0 !important; padding: 0 !important;
height: 94vh; height: calc(100vh - 50px);
} }
.topTabsSectionP { .topTabsSectionP {

View File

@ -60,7 +60,6 @@ export default function Foundation() {
// category_id: String(categoryList?.find((item: any) => item.name.includes('社会责任报告'))?.id ?? '') // category_id: String(categoryList?.find((item: any) => item.name.includes('社会责任报告'))?.id ?? '')
}) })
const items = res.data.items.filter((item: any) => item.category_name.includes("信息公开")) const items = res.data.items.filter((item: any) => item.category_name.includes("信息公开"))
console.log("------items-----", items)
setFileList(items) setFileList(items)
}, []) }, [])
useEffect(() => { useEffect(() => {