fix(docs): 修复侧边目录滚动

This commit is contained in:
sight
2022-04-01 23:39:56 +08:00
parent 0c32eb1df5
commit 00dfe2d769
3 changed files with 18 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
<lay-icon :type="iconType" size="40"> </lay-icon>
</lay-button>
</div>
<lay-scroll :scrollWidth="0">
<ul>
<li
v-for="(anchor, index) in anchorList"
@@ -26,6 +27,7 @@
>
</li>
</ul>
</lay-scroll>
</aside>
</template>
<script setup lang="ts">