mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 00:50:56 +08:00
💄
This commit is contained in:
parent
99ec5c10a4
commit
a11ea9c347
@ -24,7 +24,7 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void) =
|
|||||||
}
|
}
|
||||||
let time: number;
|
let time: number;
|
||||||
if (e.firstElementChild.innerHTML === "") {
|
if (e.firstElementChild.innerHTML === "") {
|
||||||
e.style.width = e.parentElement.clientWidth - 40 + "px";
|
e.style.width = e.parentElement.clientWidth - parseInt(e.parentElement.style.paddingLeft || "0") - parseInt(e.parentElement.style.paddingRight || "0") + "px";
|
||||||
time = new Date().getTime();
|
time = new Date().getTime();
|
||||||
let html = "";
|
let html = "";
|
||||||
[1, 2, 3].forEach(() => {
|
[1, 2, 3].forEach(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user