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
9ff54f76
Commit
9ff54f76
authored
Mar 30, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
薪资单
parent
e8d8bd27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
src/app/my/salary/salary.component.html
+2
-2
src/app/my/salary/salary.component.scss
+9
-2
No files found.
src/app/my/salary/salary.component.html
View file @
9ff54f76
<div
class=
"salesWrapper"
>
<div
class=
"salesWrapper"
>
<ul
class=
"tab"
>
<ul
class=
"tab"
>
<li
class=
"selected"
*
ngFor=
"let tabItem of tabList"
(
click
)="
selectTab
(
tabI
)"
<li
class=
"selected"
*
ngFor=
"let tabItem of tabList"
(
click
)="
selectTab
(
tabI
tem
.
id
)"
[
ngClass
]="{
selected:selectedId =
==
tabItem
.
id
}"
[
ngClass
]="{
selected:selectedId =
==
tabItem
.
id
}"
>
>
<div
style=
"position: relative;"
>
<div
style=
"position: relative;"
>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
class=
"price"
*
ngIf=
"payScaleItem.pdfOssPath"
>
-
</div>
<div
class=
"price"
*
ngIf=
"payScaleItem.pdfOssPath"
>
-
</div>
</div>
</div>
<div
class=
"salary_down"
>
<div
class=
"salary_down"
>
<img
src=
"assets/images/salary_download.png"
alt=
"下载"
style=
"width: 20px;margin-right: 20px;"
/>
<img
src=
"assets/images/salary_download.png"
alt=
"下载"
/>
薪资单明细
薪资单明细
</div>
</div>
...
...
src/app/my/salary/salary.component.scss
View file @
9ff54f76
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
// height: 20px;
font-size
:
14px
;
font-size
:
14px
;
.price
{
.price
{
font-size
:
16px
;
font-size
:
16px
;
...
@@ -46,7 +45,15 @@
...
@@ -46,7 +45,15 @@
.salary_down
{
.salary_down
{
border-top
:
1px
#eee
solid
;
border-top
:
1px
#eee
solid
;
padding
:
10px
0
0
;
padding
:
10px
0
0
;
text-align
:
center
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
5px
;
img
{
width
:
20px
;
height
:
20px
;
margin-right
:
15px
;
}
}
}
.long_line
{
.long_line
{
font-size
:
12px
;
font-size
:
12px
;
...
...
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