Merge branch 'dev/methapon' into develop
This commit is contained in:
commit
981f779e1e
2 changed files with 5 additions and 2 deletions
|
|
@ -46,6 +46,9 @@ defineProps<{
|
||||||
@click="$emit('view-detail', data)"
|
@click="$emit('view-detail', data)"
|
||||||
:label="$t('viewDetail')"
|
:label="$t('viewDetail')"
|
||||||
outline
|
outline
|
||||||
|
dense
|
||||||
|
no-caps
|
||||||
|
class="q-px-md"
|
||||||
v-if="i === 0"
|
v-if="i === 0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -91,7 +94,7 @@ defineProps<{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > * {
|
&.branch-card__header > * {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ svg {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 50px;
|
bottom: 0;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue