hookehuyr

fix

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