From 1a1587070809f6f5c55adbbdf2330f23c6187513 Mon Sep 17 00:00:00 2001 From: Zhao Bin <413853119@qq.com> Date: Fri, 15 Mar 2024 13:04:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(comment2):=20=E4=BF=AE=E6=94=B9=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E7=BB=84=E4=BB=B6=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/zhaobc.scss | 6 ++++++ docs/.vuepress/theme.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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', }, },