How can I make the middle content a little wider, the default width is very unfriendly for table display. #1157
Answered
by
Mister-Hope
MoonLord-LM
asked this question in
Q&A
-
How can I make the middle content a little wider, the default width is very unfriendly for table display. |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Nov 7, 2022
Replies: 2 comments
-
Replace #app {
--content-width: 100000000000000000000px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
-
https://v2.vuepress.vuejs.org/zh/reference/default-theme/styles.html Add [index.scss] file, and it works fine.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace
100000000000000000000px
with values you like.