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 {
/* padding-top: 9.375rem; */
padding-top: 9.375rem;
display: flex;
align-items: center;
/* align-items: center; */
gap: 5rem;
flex-direction: row;
height: 92%;
/* height: 92%; */
}
.topTabsContentLeft {

View File

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

View File

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