This commit is contained in:
Vanessa 2025-03-27 23:26:42 +08:00
parent c86d401911
commit 356a29eb72
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ export const exportImage = (id: string) => {
});
btnsElement[1].addEventListener("click", () => {
const msgId = showMessage(window.siyuan.languages.exporting, 0);
const containerElement = exportDialog.element.querySelector(".b3-dialog__container") as HTMLElement
const containerElement = exportDialog.element.querySelector(".b3-dialog__container") as HTMLElement;
containerElement.style.height = "";
/// #if MOBILE
containerElement.style.width = "100vw";