优化前端ui

This commit is contained in:
yml2213
2026-05-16 15:32:40 +08:00
parent 1342c03853
commit 3ca71b782b
16 changed files with 31 additions and 60 deletions
@@ -178,7 +178,7 @@ onMounted(loadMessageDeliveries)
type="error"
show-icon
:closable="false"
style="margin-top: 16px"
class="mt-4"
/>
<!-- 列表 -->
@@ -274,7 +274,7 @@ onMounted(loadMessageDeliveries)
:page-size="pagination.pageSize"
:total="pagination.total"
layout="total, prev, pager, next"
style="margin-top: 16px; justify-content: center"
class="mt-4" style="justify-content: center"
@current-change="loadMessageDeliveries"
/>
</template>