This commit is contained in:
Vanessa 2022-11-02 11:05:09 +08:00
parent 7cd8f8f7d0
commit e5703dc70f
3 changed files with 10 additions and 2 deletions

View file

@ -76,7 +76,7 @@ export class Menu {
this.element.innerHTML = "";
this.element.removeAttribute("data-filetreeid"); // 用于标记文档数右键所选文档 https://ld246.com/article/1667311960383
this.element.classList.add("fn__none");
this.element.style.zIndex = "";
this.element.removeAttribute("style")
}
public append(element?: HTMLElement) {