提交 3b9238a3 编写于 作者: D DCloud_LXH

feat: Toc min-width: 1500px;

上级 a83150de
......@@ -161,8 +161,4 @@
for i in range(3, 6)
.vuepress-toc-h{i} a
padding-left 1rem * (i - 2)
// for vuepress-toc
@media (min-width: 1300px)
.vuepress-toc
display block
</style>
......@@ -83,10 +83,14 @@ main.page
padding-bottom 0px
padding-right 0px
@media (min-width: 1300px)
@media (min-width: $vuepress-display-min-width)
&
padding-right $vuepress-toc-width
@media (min-width: $vuepress-display-min-width)
.vuepress-toc
display block !important
{$contentClass}:not(.custom)
> *:first-child
margin-top 0
......
......@@ -5,4 +5,5 @@ $navbarHeight = 9rem
$navbar-sub-navbar-height = 5rem
$navbar-background-color = #f7f7f7
$search-container-color = #f5f6f7
$vuepress-toc-width = 220px
\ No newline at end of file
$vuepress-toc-width = 220px
$vuepress-display-min-width = 1500px
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册