diff --git a/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx b/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx index 56caedc..63b0949 100644 --- a/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx +++ b/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx @@ -1,6 +1,6 @@ import { scrollToAnchor } from '@/utils/CommonUtils'; import ProCard from '@ant-design/pro-card'; -import { Form, Input, InputNumber, Button, Card, Row, Col, Typography, Tooltip, Space, Radio, Affix, List, Tag } from 'antd'; +import { Form, Input, InputNumber, Button, Card, Row, Col, Typography, Tooltip, Space, Radio, Affix, List, Tag, Collapse } from 'antd'; import React, { useState } from 'react'; interface PublicPlatformProps { @@ -13,23 +13,7 @@ const layout = { span: 6, }, wrapperCol: { - span: 17, - }, -}; -const bidLayout = { - labelCol: { - span: 4, - }, - wrapperCol: { - span: 20, - }, -}; -const candidateLayout = { - labelCol: { - span: 7, - }, - wrapperCol: { - span: 17, + span: 18, }, }; @@ -68,6 +52,7 @@ const validateMessages = { const PublicPlatform: React.FC = (props) => { // const { modalVisible, onCancel } = props; const { Text } = Typography; + const { Panel } = Collapse; const { TextArea } = Input; const [container, setContainer] = useState(null); @@ -79,10 +64,10 @@ const PublicPlatform: React.FC = (props) => {

项目信息

- +