Commit afd0bcba authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🌈 style(): 修改采购报价样式

parent 275aace4
......@@ -20,7 +20,7 @@ const BidLayout = () => {
extra={context.content && <Button type='link' onClick={() => setVisible(true)}>查看感谢函</Button>}
>
{context.isPrize === 1 ? (
<div style={{ whiteSpace: 'pre' }}>{context.awardResults}</div>
<div style={{ whiteSpace: 'break-spaces' }}>{context.awardResults}</div>
) : (
<Row>
<Col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment