mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Simplify layout
This commit is contained in:
parent
6215969b25
commit
5a8993284d
|
@ -1,25 +1,17 @@
|
|||
<template>
|
||||
<b-card no-body class="mb-2">
|
||||
<template #header>
|
||||
<b-row align-v="center" class="text-start">
|
||||
<b-col>
|
||||
<b-row align-v="center">
|
||||
<b-col cols="auto">
|
||||
<div class="d-flex text-start align-items-center">
|
||||
<div class="d-flex flex-grow-1 align-items-center">
|
||||
<i-mdi-reorder-horizontal role="button" class="handle me-2 fs-4" />
|
||||
</b-col>
|
||||
<b-col
|
||||
><b-button variant="link" @click="visible = !visible">
|
||||
<b-button variant="link" @click="visible = !visible">
|
||||
<h6 class="mb-0">{{ pairlist.name }}</h6>
|
||||
</b-button></b-col
|
||||
>
|
||||
</b-row>
|
||||
</b-col>
|
||||
<b-col cols="auto">
|
||||
</b-button>
|
||||
</div>
|
||||
<b-button size="sm" @click="emit('remove', index)">
|
||||
<i-mdi-close />
|
||||
</b-button>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
</template>
|
||||
<b-card-body :class="{ hidden: !visible }">
|
||||
<b-collapse v-model="visible">
|
||||
|
|
Loading…
Reference in New Issue
Block a user