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
9d611023
Commit
9d611023
authored
Feb 09, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学历部分光标&个人照片样式&审批列表跳转优化
parent
c9fb90e9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/app/my/application-process/employee-education/employee-education.component.scss
+3
-1
src/app/my/application-process/personal-photos/personal-photos.component.html
+1
-1
src/app/my/application-process/personal-photos/personal-photos.component.scss
+1
-1
src/app/my/approval-list/approval-list.component.html
+2
-2
No files found.
src/app/my/application-process/employee-education/employee-education.component.scss
View file @
9d611023
...
...
@@ -50,7 +50,9 @@
display
:
flex
;
flex-wrap
:
wrap
;
font-size
:
18px
;
direction
:
rtl
;
}
select
.form-control
{
direction
:
rtl
;
}
}
...
...
src/app/my/application-process/personal-photos/personal-photos.component.html
View file @
9d611023
<div
class=
"wrapper"
>
<div
class=
"title"
>
<div><span
class=
"line"
></span>
个人照片资料
</div>
<div><span
class=
"line"
></span>
个人
证件
照片资料
</div>
<span
class=
"page_mark"
>
3/8
</span>
</div>
<div
class=
"content"
>
...
...
src/app/my/application-process/personal-photos/personal-photos.component.scss
View file @
9d611023
...
...
@@ -25,7 +25,7 @@
}
}
.content
{
padding
:
1
0px
5px
;
padding
:
1
5px
0
65px
0
;
position
:
relative
;
.photo_wrapper
{
width
:
189px
;
...
...
src/app/my/approval-list/approval-list.component.html
View file @
9d611023
...
...
@@ -9,7 +9,7 @@
</ul>
<div
class=
"salesContent"
>
<div
style=
"text-align: center;margin: 20px auto;font-size: 20px;"
*
ngIf=
"approvarList?.length==0"
>
暂无数据
</div>
<div
class=
"salesItem"
*
ngFor=
"let approvarItem of approvarList"
>
<div
class=
"salesItem"
*
ngFor=
"let approvarItem of approvarList"
(
click
)="
jumpToDetail
(
approvarItem
)"
>
<div
class=
"line name"
>
<div>
<i
style=
"background:#1c5483;"
*
ngIf=
"selectedId==0"
></i>
...
...
@@ -18,7 +18,7 @@
<span>
{{approvarItem.name}}提交的报聘
</span>
</div>
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 10px;position: relative; right: -2px;"
(
click
)="
jumpToDetail
(
approvarItem
)"
></span>
></span>
</div>
<!-- <div class="line" *ngIf="selectedId==1 || selectedId==2" (click)="jumpToDetail(approvarItem,'view')">
查看详情
...
...
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