Commit a65d1fe1 by 王东红

代码优化

parent 7cb63de8
...@@ -1005,10 +1005,10 @@ footer{ ...@@ -1005,10 +1005,10 @@ footer{
} }
@media(min-width: 640px){ @media(min-width: 640px){
.page-header .minicart-wrapper{ .page-header .minicart-wrapper{
top:55px; top:52px;
} }
.page-header .dropdown.options{ .page-header .dropdown.options{
top:55px; top:52px;
} }
} }
.navigation-wrapper{ .navigation-wrapper{
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
} }
$('li.parent > ul', this.element).hide(); $('li.parent > ul', this.element).hide();
$('li.parent.nav-1', this.element) $('li.nav-1', this.element)
.children('a') .children('a')
.filter(function () { .filter(function () {
return $(this).children('.ui-icon-1').length === 0; return $(this).children('.ui-icon-1').length === 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment