This commit is contained in:
Vanessa 2022-06-18 22:47:53 +08:00
parent c14fc344c6
commit 4226541e9e
9 changed files with 78 additions and 37 deletions

View file

@ -48,6 +48,7 @@ export class Menu {
public remove() {
this.element.innerHTML = "";
this.element.classList.add("fn__none");
this.element.style.zIndex = "";
}
public append(element?: HTMLElement) {