We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用此主题后发现显示比例变窄了,主题挺好看就是大屏预览时看起来显示的内容范围太窄了,两边空白处太多,感觉不太舒服
The text was updated successfully, but these errors were encountered:
默认的是跟 Github 的那个主题保持一致,偏 A4 纸的宽度,你可以自己改下代码修改最大宽度就行。
在主题的 vue.css 文件中,你搜索下 #write {,把 max-width 的值改大就行。
vue.css
#write {
max-width
Sorry, something went wrong.
默认的是跟Github的那个主题保持一致,偏A4纸的宽度,你可以自己改下代码修改最大宽度就行。 在主题的vue.css文件中,您搜索下#write {,把max-width的值改大就行。
默认的是跟Github的那个主题保持一致,偏A4纸的宽度,你可以自己改下代码修改最大宽度就行。
在主题的vue.css文件中,您搜索下#write {,把max-width的值改大就行。
谢谢!已成功调整到合适宽度
No branches or pull requests
使用此主题后发现显示比例变窄了,主题挺好看就是大屏预览时看起来显示的内容范围太窄了,两边空白处太多,感觉不太舒服
The text was updated successfully, but these errors were encountered: