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 10:20:34 3 * @Date: 2022-05-30 10:20:34
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2022-06-25 11:07:29 5 + * @LastEditTime: 2022-06-25 12:24:11
6 * @FilePath: /tswj/src/components/RankingItem/index.vue 6 * @FilePath: /tswj/src/components/RankingItem/index.vue
7 --> 7 -->
8 <template> 8 <template>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
34 </div> 34 </div>
35 </van-col> 35 </van-col>
36 <van-col> 36 <van-col>
37 - <flower-icon type="right" :qty="rankInfo.qty" align="bottom" @on-click="onFlowerClick" /> 37 + <flower-icon type="right" :qty="rankInfo.qty" align="text-bottom" @on-click="onFlowerClick" />
38 </van-col> 38 </van-col>
39 </van-row> 39 </van-row>
40 </div> 40 </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:26:00 5 + * @LastEditTime: 2022-06-25 12:21:31
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="sub" font-size="1.25rem" color="#713610" /> 32 + <flower-icon type="right" :qty="kgInfo.kg_total" align="text-bottom" font-size="1.25rem" color="#713610" />
33 </van-col> 33 </van-col>
34 </van-row> 34 </van-row>
35 </div> 35 </div>
...@@ -134,7 +134,7 @@ const onLoad = async () => { ...@@ -134,7 +134,7 @@ const onLoad = async () => {
134 top: 40%; 134 top: 40%;
135 right: 0.5rem; 135 right: 0.5rem;
136 color: #713610; 136 color: #713610;
137 - font-size: 1.25rem; 137 + // font-size: 1.25rem;
138 } 138 }
139 139
140 .kg-name { 140 .kg-name {
......
...@@ -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:26:43 5 + * @LastEditTime: 2022-06-25 12:26:56
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="sub" font-size="1.25rem" color="#713610" /> 30 + <flower-icon type="right" :qty="kgInfo.kg_total" align="bottom" font-size="1.25rem" color="#713610" />
31 </van-col> 31 </van-col>
32 </van-row> 32 </van-row>
33 </div> 33 </div>
......