diff --git a/site/src/layouts/Menu.vue b/site/src/layouts/Menu.vue index 6576ba65e..c9e85b231 100644 --- a/site/src/layouts/Menu.vue +++ b/site/src/layouts/Menu.vue @@ -48,6 +48,7 @@ {{ isZhCN ? n.title : n.enTitle || n.title }} {{ n.subtitle }} + {{ n.tag }} diff --git a/site/src/theme/static/common.less b/site/src/theme/static/common.less index 68f2c9867..e4b59fc2f 100644 --- a/site/src/theme/static/common.less +++ b/site/src/theme/static/common.less @@ -89,6 +89,11 @@ a { padding-right: 40px !important; padding-left: 16px !important; } + + .ant-menu-title-content { + display: flex; + align-items: center; + } } // Nest Category > Type > Article