Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-25 12:29:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d3cbad9abbb6979564c8432767f8f7276cc04f73
d3cbad9a
1 parent
3ecbf5f0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
src/components/RankingItem/index.vue
src/views/client/donateList.vue
src/views/client/rankList.vue
src/components/RankingItem/index.vue
View file @
d3cbad9
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-30 10:20:34
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-25 1
1:07:29
* @LastEditTime: 2022-06-25 1
2:24:11
* @FilePath: /tswj/src/components/RankingItem/index.vue
-->
<template>
...
...
@@ -34,7 +34,7 @@
</div>
</van-col>
<van-col>
<flower-icon type="right" :qty="rankInfo.qty" align="bottom" @on-click="onFlowerClick" />
<flower-icon type="right" :qty="rankInfo.qty" align="
text-
bottom" @on-click="onFlowerClick" />
</van-col>
</van-row>
</div>
...
...
src/views/client/donateList.vue
View file @
d3cbad9
...
...
@@ -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 1
1:26:00
* @LastEditTime: 2022-06-25 1
2:21:31
* @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="sub
" font-size="1.25rem" color="#713610" />
<flower-icon type="
right" :qty="kgInfo.kg_total" align="text-bottom
" font-size="1.25rem" color="#713610" />
</van-col>
</van-row>
</div>
...
...
@@ -134,7 +134,7 @@ const onLoad = async () => {
top: 40%;
right: 0.5rem;
color: #713610;
font-size: 1.25rem;
//
font-size: 1.25rem;
}
.kg-name {
...
...
src/views/client/rankList.vue
View file @
d3cbad9
...
...
@@ -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 1
1:26:43
* @LastEditTime: 2022-06-25 1
2:26:56
* @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="sub
" font-size="1.25rem" color="#713610" />
<flower-icon type="
right" :qty="kgInfo.kg_total" align="bottom
" font-size="1.25rem" color="#713610" />
</van-col>
</van-row>
</div>
...
...
Please
register
or
login
to post a comment