diff --git a/docs/.vuepress/styles/zhaobc.scss b/docs/.vuepress/styles/zhaobc.scss index 2cf4662..4511e15 100644 --- a/docs/.vuepress/styles/zhaobc.scss +++ b/docs/.vuepress/styles/zhaobc.scss @@ -107,3 +107,9 @@ display: none !important; } } + +#vp-comment { + max-width: var(--content-width, 740px); + margin: 0 auto; + padding: 0 2.5rem; +} diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 71f4b20..19a2a10 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -52,7 +52,7 @@ export const themeOptions: ThemeOptions = { displayFooter: true, blog: { - description: '一个码农,热爱Vue/Java', + description: '一个码农,热爱 Vue/Java', intro: '/about.html', }, },