mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Adjust a few styles
This commit is contained in:
parent
0191d28954
commit
1ce89fdda3
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="bot-alerts">
|
||||
<b-alert
|
||||
v-for="(alert, index) in activeMessages"
|
||||
:key="index"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<b-card :header="title" no-body>
|
||||
<b-card class="h-100" :header="title" no-body>
|
||||
<b-card-body class="overflow-auto">
|
||||
<b-table
|
||||
class="table-sm"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<main class="container-fluid">
|
||||
<main class="container-fluid h-100">
|
||||
<BotAlerts />
|
||||
<router-view />
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue
Block a user