feat(core): 优化nav右侧菜单栏

This commit is contained in:
王立帮
2025-05-18 00:13:11 +08:00
parent ac6af68999
commit 7ba3aea658
11 changed files with 470 additions and 400 deletions

View File

@@ -0,0 +1,11 @@
<style>
div[m-id="{{d.mId}}"] {
position: absolute;
z-index: 1000;
width: 100%;
background: transparent;
bottom: 0px;
top: var(--nav-height);
}
</style>
<div m-id="{{d.mId}}"></div>