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

Prompt组件,icon和desc垂直不居中 #16

Open
TyCoding opened this issue Jan 13, 2025 · 1 comment
Open

Prompt组件,icon和desc垂直不居中 #16

TyCoding opened this issue Jan 13, 2025 · 1 comment
Labels

Comments

@TyCoding
Copy link

image
const items = [
  {
    key: '1',
    icon: <IconifyIcon icon="mingcute:search-line" />,
    description: 'Help me understand the background of this topic.',
  },
];

<Prompts :items="items" />
@wzc520pyfm
Copy link
Owner

从文档示例看icon和desc是对齐的,它们基于align-items: flex-start;顶部对齐,排查你的icon或者description是否存在样式覆盖/污染?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants