Merge branch 'dev/methapon' into develop

This commit is contained in:
Methapon2001 2024-04-17 11:53:54 +07:00
commit 981f779e1e
2 changed files with 5 additions and 2 deletions

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;
}

View file

@ -50,7 +50,7 @@ svg {
width: 200px;
position: absolute;
left: 0px;
top: 50px;
bottom: 0;
opacity: 0.1;
}