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
d9b72198
Commit
d9b72198
authored
Sep 18, 2020
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
战队详情页&添加任务页样式修改
parent
d71989c3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
21 deletions
+22
-21
src/app/my/add-task/add-task.component.html
+1
-1
src/app/my/add-task/add-task.component.scss
+3
-3
src/app/my/score-details/score-details.component.html
+3
-2
src/app/my/score-details/score-details.component.scss
+4
-4
src/app/my/score-details/score-details.component.ts
+5
-5
src/app/my/team-sales-score/team-sales-score.component.scss
+3
-3
src/app/my/todo-list/todo-list.component.html
+2
-2
src/app/my/todo-list/todo-list.component.scss
+1
-1
No files found.
src/app/my/add-task/add-task.component.html
View file @
d9b72198
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<!-- <div Button (onClick)="showAlert()">customized buttons</div> -->
<!-- <div Button (onClick)="showAlert()">customized buttons</div> -->
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"head"
>
<div
class=
"head"
>
<h3
(
click
)="
goBack
()"
>
<
</h3>
<h3
(
click
)="
goBack
()"
style=
"position: absolute;left: 10px;"
>
<
</h3>
<h3>
新建日程
</h3>
<h3>
新建日程
</h3>
<div></div>
<div></div>
<!-- <div id="add_calendar_wrapper">
<!-- <div id="add_calendar_wrapper">
...
...
src/app/my/add-task/add-task.component.scss
View file @
d9b72198
...
@@ -4,12 +4,12 @@ ul,ol{
...
@@ -4,12 +4,12 @@ ul,ol{
.todo_wrapper
{
.todo_wrapper
{
background
:
#fff
;
background
:
#fff
;
padding-bottom
:
60px
;
//
padding-bottom: 60px;
.top
{
.top
{
.head
{
.head
{
display
:
flex
;
display
:
flex
;
height
:
45px
;
height
:
45px
;
justify-content
:
space-between
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
padding
:
0
8px
;
padding
:
0
8px
;
...
@@ -128,7 +128,7 @@ ul,ol{
...
@@ -128,7 +128,7 @@ ul,ol{
background
:
#1b5b99
;
background
:
#1b5b99
;
color
:
#fff
;
color
:
#fff
;
text-align
:
center
;
text-align
:
center
;
position
:
fixed
;
//
position: fixed;
bottom
:
0
;
bottom
:
0
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/app/my/score-details/score-details.component.html
View file @
d9b72198
<div
class=
"scoreDetail_wrapper"
>
<div
class=
"scoreDetail_wrapper"
>
<div
class=
"head"
>
<div
class=
"head"
>
<div
class=
"title"
>
战绩
</div>
<div
class=
"title"
>
{{salesScoreDetails?.name}}
战绩
</div>
<div
class=
"top"
>
<div
class=
"top"
>
<div
style=
"font-size: 16px;font-family:'Source Han Sans CN'"
>
<div
style=
"font-size: 16px;font-family:'Source Han Sans CN'"
>
活动量分值详情
活动量分值详情
...
@@ -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:
30
0px;"
></div>
<div
echarts
[
options
]="
chartOption
"
class=
"chart"
style=
"height:
25
0px;"
></div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/app/my/score-details/score-details.component.scss
View file @
d9b72198
...
@@ -2,7 +2,7 @@ ul ,ol{
...
@@ -2,7 +2,7 @@ ul ,ol{
list-style
:
none
;
list-style
:
none
;
}
}
.scoreDetail_wrapper
{
.scoreDetail_wrapper
{
padding
:
10px
0
;
padding
:
0
0
10px
0
;
height
:
100%
;
height
:
100%
;
.head
{
.head
{
.title
{
.title
{
...
@@ -10,7 +10,7 @@ ul ,ol{
...
@@ -10,7 +10,7 @@ ul ,ol{
text-align
:
center
;
text-align
:
center
;
height
:
60px
;
height
:
60px
;
line-height
:
60px
;
line-height
:
60px
;
background
:
#1
B5B99
FF
;
background
:
#1
b5b99
;
color
:
#fff
;
color
:
#fff
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -29,8 +29,8 @@ ul ,ol{
...
@@ -29,8 +29,8 @@ ul ,ol{
color
:
#333333
FF
;
color
:
#333333
FF
;
li
.selected
{
li
.selected
{
font-weight
:
bold
;
font-weight
:
bold
;
border-bottom
:
2px
#F8002E
FF
solid
;
border-bottom
:
2px
#F8002E
solid
;
color
:
#F8002E
FF
;
color
:
#F8002E
;
}
}
}
}
}
}
...
...
src/app/my/score-details/score-details.component.ts
View file @
d9b72198
...
@@ -68,11 +68,11 @@ export class ScoreDetailsComponent implements OnInit {
...
@@ -68,11 +68,11 @@ export class ScoreDetailsComponent implements OnInit {
show
:
true
show
:
true
},
},
data
:
[
data
:
[
{
value
:
this
.
salesScoreDetails
.
saleScore
,
name
:
'营销'
,
itemStyle
:{
color
:
'#CF3153
FF
'
}},
{
value
:
this
.
salesScoreDetails
.
saleScore
,
name
:
'营销'
,
itemStyle
:{
color
:
'#CF3153'
}},
{
value
:
this
.
salesScoreDetails
.
coachScore
,
name
:
'辅导'
,
itemStyle
:{
color
:
'#F1C13F
FF
'
}},
{
value
:
this
.
salesScoreDetails
.
coachScore
,
name
:
'辅导'
,
itemStyle
:{
color
:
'#F1C13F'
}},
{
value
:
this
.
salesScoreDetails
.
meetingScore
,
name
:
'会议'
,
itemStyle
:{
color
:
'#34A0BE
FF
'
}},
{
value
:
this
.
salesScoreDetails
.
meetingScore
,
name
:
'会议'
,
itemStyle
:{
color
:
'#34A0BE'
}},
{
value
:
this
.
salesScoreDetails
.
trainScore
,
name
:
'培训'
,
itemStyle
:{
color
:
'#5C66AD
FF
'
}},
{
value
:
this
.
salesScoreDetails
.
trainScore
,
name
:
'培训'
,
itemStyle
:{
color
:
'#5C66AD'
}},
{
value
:
this
.
salesScoreDetails
.
recruitScore
,
name
:
'增员'
,
itemStyle
:{
color
:
'#00447A
FF
'
}}
{
value
:
this
.
salesScoreDetails
.
recruitScore
,
name
:
'增员'
,
itemStyle
:{
color
:
'#00447A'
}}
]
]
}
}
]
]
...
...
src/app/my/team-sales-score/team-sales-score.component.scss
View file @
d9b72198
...
@@ -102,19 +102,19 @@
...
@@ -102,19 +102,19 @@
ul
:nth-child
(
2
)
{
ul
:nth-child
(
2
)
{
background
:
#feccd5
;
background
:
#feccd5
;
li
span
{
li
span
{
color
:
#
F8002E
FF
;
color
:
#
f8002e
;
}
}
}
}
ul
:nth-child
(
3
)
{
ul
:nth-child
(
3
)
{
background
:
#d1deeb
;
background
:
#d1deeb
;
li
span
{
li
span
{
color
:
#1
B5B99
FF
;
color
:
#1
b5b99
;
}
}
}
}
ul
:nth-child
(
4
)
{
ul
:nth-child
(
4
)
{
background
:
#fff4da
;
background
:
#fff4da
;
li
span
{
li
span
{
color
:
#
FAB218
FF
;
color
:
#
fab218
;
}
}
}
}
}
}
...
...
src/app/my/todo-list/todo-list.component.html
View file @
d9b72198
<div
class=
"todo_wrapper"
>
<div
class=
"todo_wrapper"
>
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"head"
>
<div
class=
"head"
>
<h3
(
click
)="
goBack
()"
>
<
</h3>
<h3
(
click
)="
goBack
()"
style=
"position: absolute;left: 10px;"
>
<
</h3>
<h3>
今日任务
</h3>
<h3>
今日任务
</h3>
<div
id=
"add_calendar_wrapper"
>
<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
()"
>
<img
src=
"assets/images/date_icon.png"
/>
<img
src=
"assets/images/date_icon.png"
/>
...
...
src/app/my/todo-list/todo-list.component.scss
View file @
d9b72198
...
@@ -9,7 +9,7 @@ ul,ol{
...
@@ -9,7 +9,7 @@ ul,ol{
.head
{
.head
{
display
:
flex
;
display
:
flex
;
height
:
50px
;
height
:
50px
;
justify-content
:
space-between
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
padding
:
0
8px
;
padding
:
0
8px
;
border-bottom
:
1px
#eeeeee
solid
;
border-bottom
:
1px
#eeeeee
solid
;
...
...
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