style(registry): gov => position add q-ml-md

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-03 16:55:08 +07:00
parent 17afb2ed0d
commit 2e3fb77655

View file

@ -888,7 +888,7 @@ onMounted(async () => {
{{ item.label }}
</div>
<div class="col-12"><q-separator /></div>
<q-card-section class="q-pt-none" style="min-height: 200px">
<q-card-section class="q-pt-none q-ml-md" style="min-height: 200px">
<li v-for="data in item.data">{{ data.name }} {{ data.time }}</li>
</q-card-section>
</q-card>