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-24 23:43:11 5 + * @LastEditTime: 2022-06-25 00:29:43
6 * @FilePath: /tswj/src/views/client/donateList.vue 6 * @FilePath: /tswj/src/views/client/donateList.vue
7 * @Description: 幼儿园捐赠人捐赠金额排行榜 7 * @Description: 幼儿园捐赠人捐赠金额排行榜
8 --> 8 -->
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
10 <div class="wrapper"> 10 <div class="wrapper">
11 <van-row> 11 <van-row>
12 <van-col span="20" style="padding: 1rem 0.5rem 1rem 0;"> 12 <van-col span="20" style="padding: 1rem 0.5rem 1rem 0;">
13 - <div :class="[kgInfo.multi_name ? 'heightHigh' : 'heightLow', 'kg-name']"> 13 + <div :class="[kgInfo.multi_name ? 'heightLow' : 'heightLow', 'kg-name']">
14 <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);"> 14 <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);">
15 <van-col span="4"> 15 <van-col span="4">
16 - <van-image round width="3.5rem" height="3.5rem" :src="kgInfo.kg_logo ? kgInfo.kg_logo : icon_logo" style="vertical-align: text-bottom;" /> 16 + <van-image round width="3.5rem" height="3.5rem" :src="kgInfo.kg_logo ? kgInfo.kg_logo : icon_logo"
17 + style="vertical-align: text-bottom;" />
17 </van-col> 18 </van-col>
18 <van-col span="20"> 19 <van-col span="20">
19 <div v-if="kgInfo.multi_name" style="margin-left: 1.5rem;"> 20 <div v-if="kgInfo.multi_name" style="margin-left: 1.5rem;">
...@@ -29,12 +30,14 @@ ...@@ -29,12 +30,14 @@
29 </van-col> 30 </van-col>
30 <van-col> 31 <van-col>
31 <div class="flower"> 32 <div class="flower">
32 - <van-icon :name="icon_flower" color="#c5c5c5" size="1.25rem" style="vertical-align: bottom;" />&nbsp;{{ kgInfo.kg_total }} 33 + <van-icon :name="icon_flower" color="#c5c5c5" size="1.25rem" style="vertical-align: bottom;" />&nbsp;{{
34 + kgInfo.kg_total }}
33 </div> 35 </div>
34 </van-col> 36 </van-col>
35 </van-row> 37 </van-row>
36 </div> 38 </div>
37 - <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" @load="onLoad"> 39 + <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''"
40 + @load="onLoad">
38 <template v-for="(item, key) in donateList" :key="key"> 41 <template v-for="(item, key) in donateList" :key="key">
39 <div class="van-hairline--bottom"> 42 <div class="van-hairline--bottom">
40 <van-row style="padding: 0.5rem 1rem;"> 43 <van-row style="padding: 0.5rem 1rem;">
......
...@@ -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-24 23:52:42 5 + * @LastEditTime: 2022-06-25 00:29:24
6 * @FilePath: /tswj/src/views/client/rankList.vue 6 * @FilePath: /tswj/src/views/client/rankList.vue
7 * @Description: 幼儿园儿童捐赠金额排行榜 7 * @Description: 幼儿园儿童捐赠金额排行榜
8 --> 8 -->
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
10 <div class="wrapper"> 10 <div class="wrapper">
11 <van-row> 11 <van-row>
12 <van-col span="20" style="padding: 1rem 0.5rem 1rem 0;"> 12 <van-col span="20" style="padding: 1rem 0.5rem 1rem 0;">
13 - <div :class="[kgInfo.multi_name ? 'heightHigh' : 'heightLow', 'kg-name']"> 13 + <div :class="[kgInfo.multi_name ? 'heightLow' : 'heightLow', 'kg-name']">
14 <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);"> 14 <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);">
15 <van-col span="4"> 15 <van-col span="4">
16 - <van-image round width="3.5rem" height="3.5rem" :src="kgInfo.kg_logo ? kgInfo.kg_logo : icon_logo" style="vertical-align: text-bottom;" /> 16 + <van-image round width="3.5rem" height="3.5rem" :src="kgInfo.kg_logo ? kgInfo.kg_logo : icon_logo"
17 + style="vertical-align: text-bottom;" />
17 </van-col> 18 </van-col>
18 <van-col span="20"> 19 <van-col span="20">
19 <div v-if="kgInfo.multi_name" style="margin-left: 1.5rem;"> 20 <div v-if="kgInfo.multi_name" style="margin-left: 1.5rem;">
...@@ -29,12 +30,14 @@ ...@@ -29,12 +30,14 @@
29 </van-col> 30 </van-col>
30 <van-col> 31 <van-col>
31 <div class="flower"> 32 <div class="flower">
32 - <van-icon :name="icon_flower" color="#c5c5c5" size="1.25rem" style="vertical-align: bottom;" />&nbsp;{{ kgInfo.kg_total }} 33 + <van-icon :name="icon_flower" color="#c5c5c5" size="1.25rem" style="vertical-align: bottom;" />&nbsp;{{
34 + kgInfo.kg_total }}
33 </div> 35 </div>
34 </van-col> 36 </van-col>
35 </van-row> 37 </van-row>
36 </div> 38 </div>
37 - <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" @load="onLoad"> 39 + <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''"
40 + @load="onLoad">
38 <div v-for="(rank, indexKey) in donateRankList" :key="indexKey" class="van-hairline--bottom"> 41 <div v-for="(rank, indexKey) in donateRankList" :key="indexKey" class="van-hairline--bottom">
39 <van-row style="padding: 0.5rem;"> 42 <van-row style="padding: 0.5rem;">
40 <van-col span="2"> 43 <van-col span="2">
......