From 1ca0bcc81cf1ee856af920f27b9f79e7d6f00934 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 11 Aug 2018 10:54:00 +0800 Subject: [PATCH] docs: update site #117 --- site/components/footer.vue | 2 +- site/components/layout.vue | 6 +++--- site/index.html | 2 ++ site/index.less | 15 +++++++++------ 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/site/components/footer.vue b/site/components/footer.vue index 07e9f60fa..e55f84ac5 100644 --- a/site/components/footer.vue +++ b/site/components/footer.vue @@ -68,7 +68,7 @@ export default {
- + {isCN ? '报告 Bug' : 'Bug Report'}
diff --git a/site/components/layout.vue b/site/components/layout.vue index 2b64354e9..f9e51df7a 100644 --- a/site/components/layout.vue +++ b/site/components/layout.vue @@ -122,7 +122,7 @@ export default { return docsMenu }, resetDocumentTitle (component, name, isCN) { - let titleStr = 'Vue Antd' + let titleStr = 'Ant Design Vue' if (component) { const { subtitle, title } = component const componentName = isCN ? subtitle + ' ' + title : title @@ -236,8 +236,8 @@ export default {
{ this.showSideBars = true }}>
- -
+ +
{this.getSubMenu(isCN)}
diff --git a/site/index.html b/site/index.html index d0114a276..6d38a1b29 100644 --- a/site/index.html +++ b/site/index.html @@ -8,6 +8,8 @@ + + Ant Design Vue