From 0e8de93f2fbed571c78102f26912ecd66211d909 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 18 Apr 2022 20:40:54 +0800 Subject: [PATCH] =?UTF-8?q?4.18=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PublicPlatform.tsx | 178 ++++++++---------- 1 file changed, 79 insertions(+), 99 deletions(-) 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) => {

项目信息

- +