Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea89be21
authored
2024-10-12 15:31:39 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
V1-正式部署版本
1 parent
21c49403
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/viewsPc/vip/rotatePart.vue
src/viewsPc/vip/rotatePart.vue
View file @
ea89be2
...
...
@@ -3,7 +3,11 @@
<div
class=
"ellipse"
>
<div
:class=
"`circle circle$
{i+1}`" v-for="(n,i) in list">
<div
class=
"ma"
>
<img
class=
"iconImg"
:src=
"`@/assets/img/btn0$
{i+1}.png`">
<img
v-if=
"i==0"
class=
"iconImg"
src=
"@/assets/img/btn01.png"
>
<img
v-if=
"i==1"
class=
"iconImg"
src=
"@/assets/img/btn02.png"
>
<img
v-if=
"i==2"
class=
"iconImg"
src=
"@/assets/img/btn03.png"
>
<img
v-if=
"i==3"
class=
"iconImg"
src=
"@/assets/img/btn04.png"
>
<img
v-if=
"i==4"
class=
"iconImg"
src=
"@/assets/img/btn05.png"
>
<el-statistic
class=
"statistic"
:title=
"n.name"
:value=
"n.num"
:value-style=
"statisticStyle"
/>
</div>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment