Skip to content

Commit 53b11fa

Browse files
save file
1 parent 1f0bd90 commit 53b11fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/misc/html/menu-base64/v2.0/menu-base64-v2.0.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<style>
1111
#icon
12-
{width:15px;height:38px;padding:7px 2px;background:white;
13-
border:1px solid lightgray;border-radius:3px;box-sizing:border-box;
12+
{width:15px;height:30px;padding:7px 2px;
13+
background:white;border:1px solid lightgray;border-radius:3px;box-sizing:border-box;
1414
cursor:pointer
1515
}
1616

@@ -35,16 +35,17 @@
3535

3636
<script>
3737

38-
(function menu_base64({mod,root,node}){
38+
(function menu_base64({mod,dom,host}){
3939
true && console.log('top-menu');
4040
var obj = {};
4141

42-
var $,menu
42+
var ext,$,menu
4343
;
4444

4545

4646
obj.initmod = function(params){
4747

48+
ext = params.ext;
4849
$ = params.$;
4950
menu = params.menu;
5051

@@ -66,7 +67,6 @@
6667

6768
obj.initdom = function(rootnode){
6869

69-
var host = $.$(rootnode,'menu-base64');
7070
var root = host.shadowRoot;
7171

7272
menu.add.style(root);

0 commit comments

Comments
 (0)