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