我似乎无法向垂直中心吐司。我尝试使用CSS来居中它,但旧的top / translateY会导致文本变得模糊。谁知道如何垂直对齐吐司?
注意:我们只使用经典
me.toastNotification = Ext.toast({
html: toastMessage,
anchor: anchorEl,
ui: '',
align: {
type: 'vbox'
align: 'center'
pack: 'center'
},
bodyPadding: '10 20 10 20',
width: anchorEl.getWidth() - 40,
autoCloseDelay: 2500,
cls: 'message-panel-toast-notification'
});