feat(core): 优化nav右侧菜单栏
This commit is contained in:
14
common/templates/html/dropdown-menu-item.html
Normal file
14
common/templates/html/dropdown-menu-item.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<style>
|
||||
button[m-id="{{d.mId}}"] > i {
|
||||
margin-left: 2px;
|
||||
-webkit-transition: all .2s;
|
||||
}
|
||||
|
||||
button[m-id="{{d.mId}}"] > i.menu-shown {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
</style>
|
||||
<button m-id="{{d.mId}}" class="mixly-nav layui-btn layui-btn-xs layui-btn-primary">
|
||||
{{d.text}}
|
||||
<i class="layui-icon layui-icon-down"></i>
|
||||
</button>
|
||||
Reference in New Issue
Block a user