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-05-31 17:20:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
921f2596bcb94badb3d470424549b18ce8e70c29
921f2596
1 parent
3f7165a3
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/RankingItem/index.vue
src/components/RankingItem/index.vue
View file @
921f259
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-30 10:20:34
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-05-31 1
6:30:54
* @LastEditTime: 2022-05-31 1
7:19:07
* @FilePath: /tswj/src/components/RankingList/index.vue
-->
<template>
...
...
@@ -20,7 +20,7 @@
<div :class="[rankInfo.multi_name ? 'height6rem' : 'height3rem', 'kg-name']" @click="go('/client/chooseBook', { kg_id: rankInfo.id })">
<van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);">
<van-col span="4">
<van-image round width="3rem" height="3rem" :src="rankInfo.
avatar ? rankInfo.avatar
: icon_avatar" style="vertical-align: text-bottom;" />
<van-image round width="3rem" height="3rem" :src="rankInfo.
logo ? rankInfo.logo
: icon_avatar" style="vertical-align: text-bottom;" />
</van-col>
<van-col span="20">
<div v-if="rankInfo.multi_name" style="margin-left: 0.5rem;">
...
...
Please
register
or
login
to post a comment