mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
improved btn style
This commit is contained in:
parent
13ff896671
commit
6f1567c32e
|
@ -31,9 +31,12 @@
|
|||
:stake-currency="botStore.activeBot.stakeCurrency"
|
||||
/>
|
||||
</div>
|
||||
<b-button size="sm" @click="ordersVisible[i] = !ordersVisible[i]"
|
||||
><i-mdi-chevron-right v-if="!ordersVisible[i]" />
|
||||
<i-mdi-chevron-down v-if="ordersVisible[i]" />
|
||||
<b-button
|
||||
size="sm"
|
||||
variant="secondary-outline"
|
||||
@click="ordersVisible[i] = !ordersVisible[i]"
|
||||
><i-mdi-chevron-right v-if="!ordersVisible[i]" width="24" height="24" />
|
||||
<i-mdi-chevron-down v-if="ordersVisible[i]" width="24" height="24" />
|
||||
</b-button>
|
||||
<b-collapse v-model="ordersVisible[i]">
|
||||
<ul class="px-3 m-0">
|
||||
|
|
Loading…
Reference in New Issue
Block a user