mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
This commit is contained in:
parent
8ba7cd3aa3
commit
0418fa656c
3 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ ctrl+p 搜索: 199
|
|||
progressLoading: 400
|
||||
#windowControls: 502
|
||||
.b3-snackbar: 503
|
||||
.side-panel: 600
|
||||
*/
|
||||
|
||||
.inbox {
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
background-color: var(--b3-theme-surface);
|
||||
height: 100%;
|
||||
width: 80vw;
|
||||
z-index: 100;
|
||||
z-index: 600;
|
||||
transition: var(--b3-transition);
|
||||
|
||||
&--left {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const onRecentblocks = (data: IWebSocketData) => {
|
|||
<svg class="b3-list-item__graphic"><use xlink:href="#${getIconByType(item.type)}"></use></svg>
|
||||
<span class="b3-list-item__text">${item.content}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">${item.hPath}</div>
|
||||
<div class="b3-list-item__meta">${Lute.EscapeHTMLStr(item.hPath)}</div>
|
||||
</div>`;
|
||||
});
|
||||
document.querySelector("#searchPanel").innerHTML = resultHTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue