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

Bug: Ant [Popconfirm] [Tooltip]组件样式与官方不一致 #4097

Closed
5 tasks done
imdap opened this issue Aug 9, 2024 · 1 comment · Fixed by #4102
Closed
5 tasks done

Bug: Ant [Popconfirm] [Tooltip]组件样式与官方不一致 #4097

imdap opened this issue Aug 9, 2024 · 1 comment · Fixed by #4102
Labels
bug Something isn't working

Comments

@imdap
Copy link
Contributor

imdap commented Aug 9, 2024

Version

Vben Admin V5

Describe the bug?

官方为三角 框架为矩形

官方ant样式
image

框架
image

image

Reproduction

<script setup lang="ts"> import { Button, Popconfirm } from 'ant-design-vue'; </script>
测试按钮

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700KF
    Memory: 14.90 GB / 31.85 GB
  Binaries:
    Node: 20.15.1 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
    pnpm: 9.5.0 - ~\AppData\Roaming\npm\pnpm.CMD
  Browsers:
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.22621.3527

Relevant log output

No response

Validations

@imdap
Copy link
Contributor Author

imdap commented Aug 9, 2024

<script setup lang="ts">
import { Button, Popconfirm, Space, Tooltip } from 'ant-design-vue';
</script>

<template>
  <div class="m-[32px]">
    <Space>
      <Popconfirm placement="top" title="测试popconfirm">
        <Button type="primary">测试按钮</Button>
      </Popconfirm>
      <Tooltip placement="top" title="测试tooltip">
        <Button type="primary">测试按钮</Button>
      </Tooltip>
    </Space>
  </div>
</template>

@vince292007 vince292007 added the bug Something isn't working label Aug 9, 2024
@anncwb anncwb added the upstream label Aug 9, 2024
@anncwb anncwb removed the upstream label Aug 9, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants