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]: Notify组件设置垂直偏移量,多条通知逐条消失的顶部位置并未按照设置的偏移量来 #2793

Open
lcy0620 opened this issue Jan 13, 2025 · 1 comment
Assignees

Comments

@lcy0620
Copy link
Collaborator

lcy0620 commented Jan 13, 2025

Version

3.19.0

Vue Version

3.5.12

Link to minimal reproduction

弹出提示框
<script setup lang="jsx"> import { TinyNotify, TinyButton } from '@opentiny/vue' function handleClick() { TinyNotify({ type: 'info', title: '通知消息的标题', message: '通知消息的正文,通知消息的正文,通知消息的正文,通知消息的正文,通知消息的正文,通知消息的正文', position: 'top-right', customClass: 'my-custom-cls', verticalOffset: 100 }) } </script>

Step to reproduce

Notify组件设置垂直偏移量,多次点击,出现多条消息,出现的第一条消息是以偏移量100出现,逐条消息消失并未使用偏移量

What is expected

No response

What is actually happening

No response

What is your project name

notifyOffset

Any additional comments (optional)

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: The Notify component sets the vertical offset. The top position of multiple notifications disappearing one by one does not follow the set offset.

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

3 participants