hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-30 13:51:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-25 11:16:11
* @LastEditTime: 2022-06-25 11:26:00
* @FilePath: /tswj/src/views/client/donateList.vue
* @Description: 幼儿园捐赠人捐赠金额排行榜
-->
......@@ -29,7 +29,7 @@
</div>
</van-col>
<van-col>
<flower-icon type="center" :qty="kgInfo.kg_total" align="bottom" font-size="1.25rem" color="#713610" />
<flower-icon type="center" :qty="kgInfo.kg_total" align="sub" font-size="1.25rem" color="#713610" />
</van-col>
</van-row>
</div>
......
......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-30 13:51:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-25 11:17:07
* @LastEditTime: 2022-06-25 11:26:43
* @FilePath: /tswj/src/views/client/rankList.vue
* @Description: 幼儿园儿童捐赠金额排行榜
-->
......@@ -27,7 +27,7 @@
</div>
</van-col>
<van-col>
<flower-icon type="center" :qty="kgInfo.kg_total" align="bottom" font-size="1.25rem" color="#713610" />
<flower-icon type="center" :qty="kgInfo.kg_total" align="sub" font-size="1.25rem" color="#713610" />
</van-col>
</van-row>
</div>
......