mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix vue dynamic layout
This commit is contained in:
parent
246417ebc2
commit
e5e3de5700
|
@ -126,4 +126,9 @@ export default class CumProfitChart extends Vue {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
class="h-100 w-100"
|
||||
:row-height="50"
|
||||
:layout="gridLayout"
|
||||
:vertical-compact="false"
|
||||
@layout-updated="layoutUpdatedEvent"
|
||||
>
|
||||
<GridItem
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
class="h-100 w-100"
|
||||
:row-height="50"
|
||||
:layout="gridLayout"
|
||||
:vertical-compact="false"
|
||||
@layout-updated="layoutUpdatedEvent"
|
||||
>
|
||||
<GridItem
|
||||
|
|
Loading…
Reference in New Issue
Block a user