refactor: styling
This commit is contained in:
parent
4a2c1c74e4
commit
daec58314f
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue