refactor: styling
This commit is contained in:
parent
e631ed9c47
commit
199815f78e
3 changed files with 11 additions and 11 deletions
|
|
@ -533,7 +533,7 @@ watch(locale, () => {
|
|||
<div class="row" style="flex-grow: 1; flex-wrap: nowrap">
|
||||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
:limits="[25, 80]"
|
||||
:limits="[0, 100]"
|
||||
style="width: 100%"
|
||||
>
|
||||
<template v-slot:before>
|
||||
|
|
@ -1226,7 +1226,7 @@ watch(locale, () => {
|
|||
</template>
|
||||
|
||||
<template v-slot:item="props">
|
||||
<div class="col-6">
|
||||
<div class="col-12 col-md-6">
|
||||
<BranchCard
|
||||
:id="`branch-card-${props.row.name}`"
|
||||
@click="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue