Skip to content

Commit

Permalink
[新增功能](master): 全局添加回到顶部功能
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed May 24, 2022
1 parent 836b65d commit 98a8001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<router-view :key="key" />
</keep-alive>
</transition>
<el-backtop :bottom="50" :right="40"><i class="el-icon-caret-top" /></el-backtop>
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
<span v-html="$store.state.settings.footerTxt" />
<span> ⋅ </span>
Expand Down

0 comments on commit 98a8001

Please sign in to comment.