Commit 5df9282a249ec2b2f3bf5dc5321db8eee3797fe0

Authored by 王强
2 parents 374cb2d1 7efc20c3

Merge branch 'bug_fix' of gitlab.feewee.cn:FEV2/fw-cms into bug_fix

src/pages/mkt/ActivityCreate/ExternalPromotion/components/ActivityFlow/Coupons.tsx
... ... @@ -402,7 +402,7 @@ export default function Coupons({
402 402 });
403 403 }}
404 404 >
405   - <Button icon={<SwapOutlined />} style={{ margin: 0, fontSize: 12 }} type="link" danger>
  405 + <Button style={{ margin: 0, fontSize: 12 }} type="link" danger>
406 406 替换后续发放优惠券
407 407 </Button>
408 408 </Popconfirm>
... ...