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,
right: '5%',
top: '5%',
bottom: '5%',
bottom: '10%',
},
tooltip: {
trigger: 'axis',
@ -199,7 +199,7 @@ watch(
.chart,
.no-data {
width: 100%;
min-height: calc(100vh - 430px);
min-height: calc(100vh - 450px);
}
.no-data {
display: flex;

View File

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