Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
621e4265
authored
Feb 24, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
首页/概况:型号榜单icon显示问题
parent
167fc1a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/Index/index.vue
src/views/Index/index.vue
View file @
621e4265
...
...
@@ -69,26 +69,26 @@
<div
class=
"box-wrap"
>
<div
class=
"row verCenter box"
v-for=
"(v,index) in rankList"
>
<span
CLASS=
"t1"
>
{{
v
.
name
}}
</span>
<template
v-if=
"
index == 0
"
>
<template
v-if=
"
v.rank == 1
"
>
<div
class=
"sort row verCenter"
>
<i
class=
"i1"
></i>
<em
class=
"color1"
>
NO.
{{
v
.
rank
}}
</em>
</div>
</
template
>
<
template
v-else-if=
"
index == 1
"
>
<
template
v-else-if=
"
v.rank == 2
"
>
<div
class=
"sort row verCenter"
>
<i
class=
"i2"
></i>
<em
class=
"color2"
>
NO.
{{
v
.
rank
}}
</em>
</div>
</
template
>
<
template
v-else-if=
"
index == 2
"
>
<
template
v-else-if=
"
v.rank == 3
"
>
<div
class=
"sort row verCenter"
>
<i
class=
"i3"
></i>
<em
class=
"color3"
>
NO.
{{
v
.
rank
}}
</em>
</div>
</
template
>
<
template
v-else
>
<em
class=
"t2"
>
{{
v
.
rank
}}
</em>
<em
class=
"t2"
>
{{
v
.
rank
}}
</em>
</
template
>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment