improve UX

This commit is contained in:
liangping 2021-10-07 21:33:28 +08:00
parent e34a82402f
commit deda622125
2 changed files with 7 additions and 4 deletions

View File

@ -73,9 +73,9 @@ export default {
},
created() {
// const api = new OsmosAPI()
this.$http.getOsmosisIncentivesPools().then(res => {
console.log(res)
})
// this.$http.getOsmosisIncentivesPools().then(res => {
// // console.log(res)
// })
// this.$http.getGravityPools().then(res => {
// this.pools = res
// res.pools.forEach(x => {

View File

@ -44,7 +44,10 @@
class="mb-3"
/>
</b-col>
<b-col md="8">
<b-col
md="8"
class="d-none d-md-block"
>
<chartjs-component-bar
:height="135.0"
:chart-data="calculateChartBar"