Skip to content

Commit

Permalink
feat(@142vip/vitepress): 修改VipBackTop组件的边距,适配移动端
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Sep 13, 2024
1 parent fd93630 commit 882b18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitepress/src/components/VipBackTop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineComponent({

<template>
<!-- 回到底部 -->
<ElBacktop :bottom="150" :right="80">
<ElBacktop :bottom="180" :right="30">
<template #default>
</template>
Expand Down

0 comments on commit 882b18e

Please sign in to comment.