This commit is contained in:
parent
99bdd0f545
commit
f1c60e95d8
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.topTabsSection {
|
||||
padding: 0 !important;
|
||||
height: 94vh;
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
|
||||
.topTabsSectionP {
|
||||
|
|
|
|||
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue