Skip to content

Commit

Permalink
fix: 样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
maomao1996 committed Apr 9, 2024
1 parent 98bab32 commit 4b18aa3
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/nav/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,18 @@
/* aside 样式 */
.aside {
padding-left: 0;
max-width: 160px;
max-width: 224px;
}

.content {
padding-bottom: 32px;
.VPDocFooter {
display: none;
}
}

/* tip */
.tip {
/* custom-block */
.custom-block {
.custom-block-title {
display: none;
font-size: var(--vp-custom-block-font-size);
}
ul {
margin: 8px 0;
}
p {
li {
margin: 0;
}
}
Expand Down

0 comments on commit 4b18aa3

Please sign in to comment.