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
43a1be15
Commit
43a1be15
authored
Sep 28, 2020
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
7ef8be57
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
9 deletions
+23
-9
src/app/my/my-center-home/my-center-home.component.html
+4
-4
src/app/my/my-center-home/my-center-home.component.scss
+7
-0
src/app/my/score-details/score-details.component.html
+2
-1
src/app/my/score-details/score-details.component.ts
+5
-2
src/app/my/todo-list/todo-list.component.html
+5
-2
No files found.
src/app/my/my-center-home/my-center-home.component.html
View file @
43a1be15
...
@@ -99,13 +99,13 @@
...
@@ -99,13 +99,13 @@
</div>
</div>
</div>
</div>
<div
class=
"part2_item todo"
routerLink=
"todo"
>
<div
class=
"part2_item todo"
routerLink=
"todo"
>
<div>
<div
class=
"task_list"
>
<span>
今日任务
</span>
<span>
今日任务
</span>
<img
style=
"width:
50%
;"
src=
"assets/images/todo_icon.png"
>
<img
style=
"width:
38px;height: 38px
;"
src=
"assets/images/todo_icon.png"
>
</div>
</div>
<div>
<div
class=
"task_list"
>
<span>
数量
</span>
<span>
数量
</span>
<div
style=
"width: 100%;font-size: 24px;font-weight: bold;"
>
{{taskLen?.length }}
</div>
<div
style=
"width: 100%;
height: 38px;
font-size: 24px;font-weight: bold;"
>
{{taskLen?.length }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/app/my/my-center-home/my-center-home.component.scss
View file @
43a1be15
...
@@ -247,6 +247,13 @@ ul,ol{
...
@@ -247,6 +247,13 @@ ul,ol{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
}
}
div
.task_list
{
width
:
50%
;
text-align
:
center
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
}
}
}
}
...
...
src/app/my/score-details/score-details.component.html
View file @
43a1be15
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</ul>
</ul>
</div>
</div>
<div
style=
"height: 35px;line-height: 35px;margin: 10px auto 0 auto;"
>
数据分析:
</div>
<div
style=
"height: 35px;line-height: 35px;margin: 10px auto 0 auto;"
>
数据分析:
</div>
<div
echarts
[
options
]="
chartOption
"
class=
"chart"
style=
"height: 2
5
0px;"
></div>
<div
echarts
[
options
]="
chartOption
"
class=
"chart"
style=
"height: 2
0
0px;"
></div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/app/my/score-details/score-details.component.ts
View file @
43a1be15
...
@@ -58,12 +58,15 @@ export class ScoreDetailsComponent implements OnInit {
...
@@ -58,12 +58,15 @@ export class ScoreDetailsComponent implements OnInit {
emphasis
:
{
emphasis
:
{
label
:
{
label
:
{
show
:
true
,
show
:
true
,
fontSize
:
'1
4
'
,
fontSize
:
'1
2
'
,
fontWeight
:
'bold'
fontWeight
:
'bold'
}
}
},
},
labelLine
:
{
labelLine
:
{
show
:
true
show
:
true
,
// normal:{
// length:12
// }
},
},
data
:
[
data
:
[
{
value
:
this
.
salesScoreDetails
.
saleScore
,
name
:
'营销'
,
itemStyle
:{
color
:
'#CF3153'
}},
{
value
:
this
.
salesScoreDetails
.
saleScore
,
name
:
'营销'
,
itemStyle
:{
color
:
'#CF3153'
}},
...
...
src/app/my/todo-list/todo-list.component.html
View file @
43a1be15
...
@@ -6,8 +6,11 @@
...
@@ -6,8 +6,11 @@
<div
id=
"add_calendar_wrapper"
style=
"position: absolute;right: 0;"
>
<div
id=
"add_calendar_wrapper"
style=
"position: absolute;right: 0;"
>
<List
className=
"calendar-list"
style=
"backgroundColor: 'white'"
>
<List
className=
"calendar-list"
style=
"backgroundColor: 'white'"
>
<ListItem
(
onClick
)="
clickCalendar
()"
>
<ListItem
(
onClick
)="
clickCalendar
()"
>
{{this.trackTime.substring(5,7)}}月
<div
style=
"display: flex;height: 100%;align-items: center;"
>
<img
src=
"assets/images/calendar_icon.png"
alt=
"日历"
>
{{this.trackTime.substring(5,7)}}月
<img
src=
"assets/images/calendar_icon.png"
alt=
"日历"
>
</div>
</ListItem>
</ListItem>
</List>
</List>
<Calendar
[(
ngModel
)]="
this
.
state
.
date
"
<Calendar
[(
ngModel
)]="
this
.
state
.
date
"
...
...
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