Skip to content

Commit

Permalink
🎨 Chore: Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nookery committed Nov 27, 2024
1 parent e6d84d2 commit 73e1435
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/extensions/SmartToc/TocView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ onBeforeUnmount(() => {
<div class="toc-wrapper">
<!-- TOC,和顶部留一些距离,因为WEB项目顶部有导航栏 -->
<div id="toc" v-if="true" :class="{
'md:bg-slate-300/10': smartToc.verbose,
'lg:bg-blue-300/50': smartToc.verbose,
'xl:bg-purple-300/50': smartToc.verbose,
'2xl:bg-red-300/50': smartToc.verbose,
'fixed right-0 top-12 z-30': true,
'flex-row justify-start hidden h-screen overflow-y-scroll': true,
'w-48': true,
Expand Down

0 comments on commit 73e1435

Please sign in to comment.