🐛 Fix bugs

This commit is contained in:
2025-08-26 02:48:16 +08:00
parent aec01b117d
commit da4c4d3a84
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div v-if="post" class="container max-w-5xl mx-auto mt-4">
<n-grid cols="1 l:5" responsive="screen" :x-gap="16">
<n-grid cols="1 l:5" responsive="screen" :x-gap="16" :y-gap="16">
<n-gi span="3">
<post-item :item="post" />
</n-gi>