ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.12k stars 14.64k forks source link

[Bug Report] Notification 组件定位错误 #19298

Open JInann opened 4 years ago

JInann commented 4 years ago

Element UI version

2.13.1

OS/Browsers version

windows 10/chrome 81.0.4044.122

Vue version

2.6.11

Reproduction Link

https://codepen.io/jxh/pen/rNOzaQx

Steps to reproduce

在同一个语句块中,连续调用两次 this.$notify(...) like: { ... this.$notify(...); this.$notify(...); ... }

What is Expected?

正确的定位,不会挡住上一条nofify

What is actually happening?

挡住了上一条notify,未正确定位

element-bot commented 4 years ago

Translation of this issue:

Element UI version

2.13.1

OS/Browsers version

windows 10/chrome 81.0.4044.122

Vue version

2.6.11

Reproduction Link

https://codepen.io/jxh/pen/rNOzaQx

Steps to reproduce

In the same statement block, this. $notify (...) is called twice in a row

like: { ...

this.$notify(...); this.$notify(...);

... }

What is Expected?

Correct positioning will not block the last nofify

What is actually happening?

Blocked the previous notify, not positioned correctly

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.