This commit is contained in:
Vanessa 2023-05-12 23:45:06 +08:00
parent e796a24c34
commit 694d7bba9a
3 changed files with 13 additions and 11 deletions

View file

@ -162,8 +162,8 @@ export const movePathTo = (cb: (toPath: string[], toNotebook: string[]) => void,
}
}
});
// 文档树上引用数悬浮层不被遮挡
dialog.element.style.zIndex = "200";
// 文档树上引用数悬浮层不被遮挡,搜索指定路径不被搜索遮挡
dialog.element.style.zIndex = "203";
if (paths && paths.length > 0) {
fetchPost("/api/filetree/getHPathsByPaths", {paths}, (response) => {
dialog.element.querySelector(".b3-dialog__header .ft__smaller").innerHTML = escapeHtml(response.data.join(" "));