Skip to content

Commit

Permalink
fix(pages/echarts): 修复样式
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Dec 5, 2023
1 parent e95ae61 commit 2ef3b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/echarts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const option = ref<EChartsOption>({

<style>
.chart {
width: 100vw;
height: calc(100vh - 82px);
}
</style>

0 comments on commit 2ef3b3b

Please sign in to comment.