File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010 < style >
1111 # icon
12- {width : 15px ;height : 38 px ;padding : 7px 2px ; background : white ;
13- border : 1px solid lightgray;border-radius : 3px ;box-sizing : border-box;
12+ {width : 15px ;height : 30 px ;padding : 7px 2px ;
13+ background : white; border : 1px solid lightgray;border-radius : 3px ;box-sizing : border-box;
1414 cursor : pointer
1515 }
1616
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
6667
6768 obj . initdom = function ( rootnode ) {
6869
69- var host = $ . $ ( rootnode , 'menu-base64' ) ;
7070 var root = host . shadowRoot ;
7171
7272 menu . add . style ( root ) ;
You can’t perform that action at this time.
0 commit comments