Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
b89f6e19
Commit
b89f6e19
authored
Jan 17, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开龙虎榜
parent
34bfbd97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/my/my-center-home/my-center-home.component.html
+2
-2
No files found.
src/app/my/my-center-home/my-center-home.component.html
View file @
b89f6e19
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
<div
class=
"content"
>
<div
class=
"content"
>
<span
class=
"iconfont icon-xianshi"
[
ngClass
]="{'
icon-yincang
'
:isShowDashBoardData
}"
<span
class=
"iconfont icon-xianshi"
[
ngClass
]="{'
icon-yincang
'
:isShowDashBoardData
}"
style=
"color: #fff;position: absolute;right: 20px;top: 8px;"
(
click
)="
isShowDashBoardData =
!isShowDashBoardData"
></span>
style=
"color: #fff;position: absolute;right: 20px;top: 8px;"
(
click
)="
isShowDashBoardData =
!isShowDashBoardData"
></span>
<!--
<span class="iconfont icon-xianshi" [ngClass]="{'icon-yincang':isShowDashBoardData}"
<span
class=
"iconfont icon-xianshi"
[
ngClass
]="{'
icon-yincang
'
:isShowDashBoardData
}"
style=
"color: #fff;position: absolute;right: 90px;top: 8px;"
(
click
)="
isShowDashBoardData =
!isShowDashBoardData"
></span>
style=
"color: #fff;position: absolute;right: 90px;top: 8px;"
(
click
)="
isShowDashBoardData =
!isShowDashBoardData"
></span>
<span
class=
"detail"
(
click
)="
jumpToDetail
()"
><img
style=
"max-width: 18%;margin-right: 2px;"
<span
class=
"detail"
(
click
)="
jumpToDetail
()"
><img
style=
"max-width: 18%;margin-right: 2px;"
src="assets/images/icon_2.png">龙虎榜<i class="iconfont icon-ar-r" style="font-size:12px;"></i></span>
-->
src=
"assets/images/icon_2.png"
>
龙虎榜
<i
class=
"iconfont icon-ar-r"
style=
"font-size:12px;"
></i></span>
<ul
class=
"tab"
>
<ul
class=
"tab"
>
<li
*
ngFor=
"let item of performanceList"
(
click
)="
rank
(
item
.
time
,
1
,
2
);
rank
(
item
.
time
,
2
,
2
)"
<li
*
ngFor=
"let item of performanceList"
(
click
)="
rank
(
item
.
time
,
1
,
2
);
rank
(
item
.
time
,
2
,
2
)"
[
ngClass
]="{
selected:performanceSelectedFlag=
=item.time}"
>
[
ngClass
]="{
selected:performanceSelectedFlag=
=item.time}"
>
...
...
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