Commit 4ede81b6b70d4796a06d7dff751926e2e56b488d

Authored by 莫红玲
1 parent a162734b

bugfix

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>
... ...