Skip to content

Commit

Permalink
feat(Log): 下拉查看最新提示增加点击文字跳转到最下
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID committed Jul 30, 2024
1 parent 98e4455 commit c9aa217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>

<el-divider class="latest-log-warn">
<el-text type="warning" size="small">下拉到底,查看最新日志</el-text>
<el-text type="warning" size="small" class="hover:cursor-pointer" @click="scrollDown">点击下拉到底查看最新日志</el-text>
</el-divider>

<div class="hidden md:block p-0 logs">
Expand Down

0 comments on commit c9aa217

Please sign in to comment.