公告公示及详情页面

This commit is contained in:
linxd
2025-06-16 21:36:50 +08:00
parent 7c64b1528f
commit 9056f68998
8 changed files with 901 additions and 25 deletions

View File

@ -1,7 +1,6 @@
import React, { useState } from 'react';
import { Card, Row, Col, Tabs, Table } from 'antd';
import { useIntl, Link } from 'umi';
import SpaceBlock from '@/components/SpaceBlock/SpaceBlock';
import './index.less';
import IconFont from '@/components/IconFont/IconFont';
import LinkComponent from './Link';
@ -181,7 +180,6 @@ const IndexPage: React.FC = () => {
</Col>
))}
</Row>
<SpaceBlock />
<Tabs onChange={tabChange}>
{tabList.map((item) => (
<Tabs.TabPane tab={item.label} key={item.key} />
@ -200,7 +198,7 @@ const IndexPage: React.FC = () => {
</Link>
</div>
<Row style={{ marginTop: '20px' }}>
<Row style={{ marginTop: '20px', backgroundColor: '#fff' }}>
<Col span={12}>
<div className="blockTitle"></div>
<img src="" alt="" />
@ -235,7 +233,6 @@ const IndexPage: React.FC = () => {
<p>客服1: 400-300-9989</p>
</Col>
</Row>
<SpaceBlock />
<div>
<LinkComponent />