This commit is contained in:
Vanessa 2023-04-20 10:05:24 +08:00
parent d697660c41
commit d1835146ca
25 changed files with 59 additions and 60 deletions

View file

@ -47,7 +47,7 @@ export const openWechatNotify = (nodeElement: Element) => {
reminderFormat = dayjs(reminder).format("YYYY-MM-DDTHH:mm");
}
const dialog = new Dialog({
width: isMobile() ? "80vw" : "50vw",
width: isMobile() ? "92vw" : "50vw",
title: window.siyuan.languages.wechatReminder,
content: `<div class="b3-dialog__content custom-attr">
<div class="fn__flex">
@ -112,7 +112,7 @@ export const openFileWechatNotify = (protyle: IProtyle) => {
reminderFormat = dayjs(reminder).format("YYYY-MM-DDTHH:mm");
}
const dialog = new Dialog({
width: isMobile() ? "80vw" : "50vw",
width: isMobile() ? "92vw" : "50vw",
title: window.siyuan.languages.wechatReminder,
content: `<div class="b3-dialog__content custom-attr">
<div class="fn__flex">
@ -183,7 +183,7 @@ const genAttr = (attrs: IObject, focusName = "bookmark", cb: (dialog: Dialog, rm
}
});
const dialog = new Dialog({
width: isMobile() ? "94vw" : "50vw",
width: isMobile() ? "92vw" : "50vw",
title: window.siyuan.languages.attr,
content: `<div class="custom-attr" style="max-height: calc(100vh - 166px);overflow: auto;">
<label class="b3-label b3-label--noborder">