📝: 更新日志
This commit is contained in:
@@ -371,10 +371,10 @@ export function removeNotifiyFromQueen(layerId: string | undefined) {
|
||||
let transOffsetTop = 15;
|
||||
// @ts-ignore 删除项的高度
|
||||
let offsetHeight =
|
||||
// @ts-ignore
|
||||
// @ts-ignore
|
||||
document.getElementById(layerId)?.firstElementChild?.firstElementChild
|
||||
// @ts-ignore
|
||||
?.offsetHeight;
|
||||
?.offsetHeight;
|
||||
// @ts-ignore
|
||||
window.NotifiyQueen = window.NotifiyQueen || [];
|
||||
// @ts-ignore
|
||||
@@ -421,4 +421,4 @@ export function getNotifyAnimationClass(offset: any) {
|
||||
suffix = "rl";
|
||||
}
|
||||
return `${prefix}-${suffix}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user