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
98a982a3
Commit
98a982a3
authored
Jan 28, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体改大
parent
d4bb21bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/app/my/application-process/employee-education/employee-education.component.scss
+1
-0
src/app/my/application-process/work-experience/work-experience.component.html
+1
-1
No files found.
src/app/my/application-process/employee-education/employee-education.component.scss
View file @
98a982a3
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
.content
{
.content
{
padding
:
10px
5px
60px
5px
;
padding
:
10px
5px
60px
5px
;
position
:
relative
;
position
:
relative
;
text-align
:
center
;
.contentDetail
{
.contentDetail
{
.contentItem
{
.contentItem
{
display
:
flex
;
display
:
flex
;
...
...
src/app/my/application-process/work-experience/work-experience.component.html
View file @
98a982a3
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<div
class=
"experience_list"
*
ngIf=
"experienceList?.length>0"
>
<div
class=
"experience_list"
*
ngIf=
"experienceList?.length>0"
>
<ul
*
ngFor=
"let experienceItem of experienceList;index as i;"
>
<ul
*
ngFor=
"let experienceItem of experienceList;index as i;"
>
<div
style=
"font-size: 1
4
px;font-weight: bold;margin-bottom: 5px;"
>
经历 {{i+1}}
</div>
<div
style=
"font-size: 1
8
px;font-weight: bold;margin-bottom: 5px;"
>
经历 {{i+1}}
</div>
<li>
<li>
<span>
工作单位
</span>
<span>
工作单位
</span>
<span>
{{experienceItem.workingCompany}}
</span>
<span>
{{experienceItem.workingCompany}}
</span>
...
...
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