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)"
|
||||
: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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ svg {
|
|||
width: 200px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 50px;
|
||||
bottom: 0;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue