diff --git a/themes/zendapi/layout/_partial/header.ejs b/themes/zendapi/layout/_partial/header.ejs
index c5dd2c6..13524b9 100644
--- a/themes/zendapi/layout/_partial/header.ejs
+++ b/themes/zendapi/layout/_partial/header.ejs
@@ -10,6 +10,7 @@ let menuItems = site.data.category;
+
<%
for(let index in menuItems) {
%>
@@ -17,6 +18,15 @@ let menuItems = site.data.category;
<%
}
%>
+ -
+ 多语言
+
+
diff --git a/themes/zendapi/layout/_partial/inject_site_menu.ejs b/themes/zendapi/layout/_partial/inject_site_menu.ejs
index fa28f72..d06e543 100644
--- a/themes/zendapi/layout/_partial/inject_site_menu.ejs
+++ b/themes/zendapi/layout/_partial/inject_site_menu.ejs
@@ -8,4 +8,11 @@ let menuItems = site.data.category;
%>
- <%- name %>
<% } %>
+ -
+ 多语言
+
+
\ No newline at end of file
diff --git a/themes/zendapi/source/statics/css/base.scss b/themes/zendapi/source/statics/css/base.scss
index 57a83eb..d10da75 100644
--- a/themes/zendapi/source/statics/css/base.scss
+++ b/themes/zendapi/source/statics/css/base.scss
@@ -156,6 +156,13 @@ a:hover {
}
ul {
padding-left: 0;
+ margin-bottom: 0px;
+ }
+ li.uk-parent {
+ height: auto;
+ }
+ ul.uk-nav-sub {
+ padding-left: 15px;
}
li {
list-style-type: none;
@@ -256,6 +263,15 @@ li {
transition-property: border-bottom-color;
}
}
+ .uk-navbar-dropdown {
+ a {
+ line-height: 14px;
+ &:hover {
+ color: $zapi-base-color;
+ }
+ }
+ padding: 8px;
+ }
.nav-menu {
color: #dddddd!important;
width:20px;