feat(core): 优化nav右侧菜单栏
This commit is contained in:
11
common/templates/html/nav/shadow.html
Normal file
11
common/templates/html/nav/shadow.html
Normal 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>
|
||||
Reference in New Issue
Block a user