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

🌈 style: 修改样式

parent 679863f9
......@@ -159,7 +159,7 @@ const BidTable: React.FC<ReduxProps> = (props: any) => {
</Col>
{item.company.map((it: any, idx: number) => (
<Col span={4} key={`company${idx + 1}`}>
<div className={cx(style.throwBidInfo, it.isPrize && style.isPrizeStyle)}>
<div className={cx(style.throwBidInfo, (it.isPrize && !preview) && style.isPrizeStyle)}>
<div className={style['card-list']}>
<Row>
<Col span={8}><p className={style['card-list_title']}>含税单价:</p></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