diff --git a/src/views/index/RepositoryLog.vue b/src/views/index/RepositoryLog.vue index dc72dd6..21822ed 100644 --- a/src/views/index/RepositoryLog.vue +++ b/src/views/index/RepositoryLog.vue @@ -3,7 +3,7 @@
- + 加载更多
@@ -40,5 +40,10 @@ onMounted(doFetchEvent); .repository-log { width: calc(100% - 4rem); padding: 1rem 2rem; + + .bottom { + display: flex; + justify-content: center; + } }