Skip to content

Commit

Permalink
fix(comment2): 修改评论组件宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors committed Mar 15, 2024
1 parent 2c6987e commit 1a15870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/.vuepress/styles/zhaobc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@
display: none !important;
}
}

#vp-comment {
max-width: var(--content-width, 740px);
margin: 0 auto;
padding: 0 2.5rem;
}
2 changes: 1 addition & 1 deletion docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const themeOptions: ThemeOptions = {
displayFooter: true,

blog: {
description: '一个码农,热爱Vue/Java',
description: '一个码农,热爱 Vue/Java',
intro: '/about.html',
},
},
Expand Down

0 comments on commit 1a15870

Please sign in to comment.