fix: 修改bug

This commit is contained in:
100011797 2023-07-12 13:49:08 +08:00
parent e4f97010cb
commit a15b036639
2 changed files with 9 additions and 7 deletions

View File

@ -65,7 +65,7 @@ const createChart = () => {
left: maxY > 100000 ? 90 : 50, left: maxY > 100000 ? 90 : 50,
right: '5%', right: '5%',
top: '5%', top: '5%',
bottom: '5%', bottom: '10%',
}, },
tooltip: { tooltip: {
trigger: 'axis', trigger: 'axis',
@ -199,7 +199,7 @@ watch(
.chart, .chart,
.no-data { .no-data {
width: 100%; width: 100%;
min-height: calc(100vh - 430px); min-height: calc(100vh - 450px);
} }
.no-data { .no-data {
display: flex; display: flex;

View File

@ -35,11 +35,13 @@
/> />
</j-col> </j-col>
<j-col :span="24" class="dash-board-bottom"> <j-col :span="24" class="dash-board-bottom">
<Card <full-page>
title="播放数量(人次)" <Card
:chartData="chartData" title="播放数量(人次)"
@change="getPlayCount" :chartData="chartData"
/> @change="getPlayCount"
/>
</full-page>
</j-col> </j-col>
</j-row> </j-row>
</page-container> </page-container>