FEAT: Adjust padding and gap in berth status card layout for improved visual spacing
This commit is contained in:
parent
b585daddde
commit
5d614b3dc0
|
|
@ -115,8 +115,8 @@
|
||||||
</v-chip>
|
</v-chip>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-divider />
|
<v-divider />
|
||||||
<v-card-text class="pa-3" style="max-height: 600px; overflow-y: auto;">
|
<v-card-text class="pa-4" style="max-height: 600px; overflow-y: auto;">
|
||||||
<div class="d-flex flex-column gap-3">
|
<div class="d-flex flex-column gap-6">
|
||||||
<v-card
|
<v-card
|
||||||
v-for="berth in getBerthsByStatus(status.value)"
|
v-for="berth in getBerthsByStatus(status.value)"
|
||||||
:key="berth.Id"
|
:key="berth.Id"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue