refactor: styling

This commit is contained in:
Methapon2001 2024-04-17 11:52:13 +07:00
parent 4a2c1c74e4
commit daec58314f

View file

@ -46,6 +46,9 @@ defineProps<{
@click="$emit('view-detail', data)"
:label="$t('viewDetail')"
outline
dense
no-caps
class="q-px-md"
v-if="i === 0"
/>
</div>
@ -91,7 +94,7 @@ defineProps<{
font-weight: bold;
}
& > * {
&.branch-card__header > * {
display: flex;
align-items: center;
}