!201 调整图表

Merge pull request !201 from 德仔/develop
This commit is contained in:
德仔 2021-04-12 18:24:00 +08:00 committed by Gitee
commit 88fcdbb3d1

View File

@ -12,14 +12,12 @@
:data="caloriesSource" :data="caloriesSource"
type="calories" type="calories"
width="364px" width="364px"
:subTitle="subTitle"
/> />
<pie-chart <pie-chart
title="质量统计" title="质量统计"
:data="weightSource" :data="weightSource"
type="weight" type="weight"
width="364px" width="364px"
:subTitle="subTitle"
/> />
<el-button size="mini" type="text" @click="backToAll" class="see_all" <el-button size="mini" type="text" @click="backToAll" class="see_all"
>查看全部</el-button >查看全部</el-button