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 11:28:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ecbf5f006459fcc6a4ea05c630e1f1f0a58ccf3
3ecbf5f0
1 parent
535f7bda
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/client/donateList.vue
src/views/client/rankList.vue
src/views/client/donateList.vue
View file @
3ecbf5f
...
...
@@ -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>
...
...
src/views/client/rankList.vue
View file @
3ecbf5f
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment