Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 Extjs 消息框。当消息框出现在屏幕上时,它出现在中心,但是当我最小化我的窗口并再次最大化它时,消息框会移动到左上角的位置。如何修复 Extjs 中消息提示框的位置。
Ext.MessageBox.center()将消息框放回屏幕中央。您可以windowresize在调整大小后插入一个使其居中的侦听器。
Ext.MessageBox.center()
windowresize