ui: improve post details view

This commit is contained in:
Anthony Fu 2022-11-27 08:35:19 +08:00
parent 1f747a6f5f
commit ca016cc6a3
2 changed files with 34 additions and 16 deletions

View file

@ -37,8 +37,6 @@ defineProps<{
</div>
<slot name="header" />
</div>
<div>
<slot />
</div>
<slot />
</div>
</template>