forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
3038434712
commit
1b7d98c17e
2 changed files with 5 additions and 3 deletions
|
@ -88,7 +88,9 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
created() {
|
||||
(this as any).api('chart').then(chart => {
|
||||
(this as any).api('chart', {
|
||||
limit: 32
|
||||
}).then(chart => {
|
||||
this.chart = chart;
|
||||
});
|
||||
},
|
||||
|
@ -580,6 +582,6 @@ export default Vue.extend({
|
|||
> div
|
||||
> *
|
||||
display block
|
||||
height 300px
|
||||
height 320px
|
||||
|
||||
</style>
|
||||
|
|
|
@ -60,5 +60,5 @@ export default Vue.extend({
|
|||
font-size 70%
|
||||
|
||||
> div
|
||||
max-width 800px
|
||||
max-width 850px
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue