We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae2b93 commit 2fae054Copy full SHA for 2fae054
src/views/dashboard/Analysis.vue
@@ -50,8 +50,14 @@
50
<mini-progress color="rgb(19, 194, 194)" :target="80" :percentage="78" height="8px" />
51
</div>
52
<template slot="footer">
53
- <trend style="margin-right: 16px;" term="同周比" :percentage="12" :type="true" :fixed="0" />
54
- <trend term="日环比" :target="80" :value="78" :fixed="0" />
+ <trend flag="down" style="margin-right: 16px;">
+ <span slot="term">同周比</span>
55
+ 12%
56
+ </trend>
57
+ <trend flag="up">
58
+ <span slot="term">日环比</span>
59
+ 80%
60
61
</template>
62
</chart-card>
63
</a-col>
0 commit comments