Vanessa 2022-10-14 23:41:53 +08:00
parent 19e2bd2ab8
commit 209c034f48
25 changed files with 80 additions and 69 deletions

View file

@ -214,7 +214,7 @@ export const openFileAttr = (attrs: IObject, id: string, focusName = "bookmark")
<div class="fn__space"></div>
<span class="block__icon fn__flex-center"><svg></svg></span>
</label>
<div style="background-color: var(--b3-border-color);height: 1px;margin: 16px 0;"></div>
<div style="background-color: var(--b3-theme-surface-lighter);height: 1px;margin: 16px 0;"></div>
<div class="custom-attr__add">
${notifyHTML}
${customHTML}
@ -410,7 +410,7 @@ export const openAttr = (nodeElement: Element, protyle: IProtyle, focusName = "b
<div class="fn__space"></div>
<span class="block__icon fn__flex-center"><svg></svg></span>
</label>
<div style="background-color: var(--b3-border-color);height: 1px;margin: 16px 0;"></div>
<div style="background-color: var(--b3-theme-surface-lighter);height: 1px;margin: 16px 0;"></div>
<div class="custom-attr__add">
${notifyHTML}
${customHTML}