Skip to content

Commit 98a8001

Browse files
committed
[新增功能](master): 全局添加回到顶部功能
1 parent 836b65d commit 98a8001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layout/components/AppMain.vue

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<router-view :key="key" />
66
</keep-alive>
77
</transition>
8+
<el-backtop :bottom="50" :right="40"><i class="el-icon-caret-top" /></el-backtop>
89
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
910
<span v-html="$store.state.settings.footerTxt" />
1011
<span> ⋅ </span>

0 commit comments

Comments
 (0)