!156 图表宽度

Merge pull request !156 from 德仔/develop
This commit is contained in:
德仔 2021-03-22 19:53:15 +08:00 committed by Gitee
commit f1386bb21d

View File

@ -4,18 +4,22 @@
title="营养统计" title="营养统计"
:data="nutritionSource" :data="nutritionSource"
type="nutrition" type="nutrition"
width="364px"
:subTitle="subTitle" :subTitle="subTitle"
/> />
<pie-chart <pie-chart
title="热量统计" title="热量统计"
:data="caloriesSource" :data="caloriesSource"
type="calories" type="calories"
width="364px"
:subTitle="subTitle" :subTitle="subTitle"
/> />
<pie-chart <pie-chart
title="质量统计" title="质量统计"
:data="weightSource" :data="weightSource"
type="weight" type="weight"
width="364px"
:subTitle="subTitle" :subTitle="subTitle"
/> />
<el-button size="mini" type="text" @click="backToAll" class="see_all" <el-button size="mini" type="text" @click="backToAll" class="see_all"