Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popconfirm 组件在qiankun子应用中使用,升级到v4后,箭头样式异常 #223

Open
chentaochun001 opened this issue Dec 21, 2021 · 0 comments

Comments

@chentaochun001
Copy link

chentaochun001 commented Dec 21, 2021

<Popconfirm
      title="是否确认删除头图广告组件?"
      placement="left"
      okText="确定"
      cancelText="取消"
      onConfirm={this.handleDelete}
      onCancel={() => {}}
>
      <span className="banner-delete-icon">
        <img src={deleteImg} width="16px" height="16px" />
      </span>
</Popconfirm>

效果图:
image

css加载后的样式:

image

image

请问,这种是什么原因造成的,怎么解决呀

@chentaochun001 chentaochun001 changed the title Popconfirm 组件在qiankun子应用使用,并升级到v4后,箭头样式异常 Popconfirm 组件在qiankun子应用中使用,升级到v4后,箭头样式异常 Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant