Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
mySkill-x
Commits
af06f6f0
Project 'angular/myAppraisal' was moved to 'angular/mySkill-x'. Please update any links and bookmarks that may still have the old path.
Commit
af06f6f0
authored
Jun 12, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ข้อมูลพนักงาน
parent
ba9980ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
ess-profile.component.html
src/app/components/ess-profile/ess-profile.component.html
+1
-1
ess-profile.component.ts
src/app/components/ess-profile/ess-profile.component.ts
+0
-1
No files found.
src/app/components/ess-profile/ess-profile.component.html
View file @
af06f6f0
<div
class=
"relative"
>
<div
class=
"relative"
>
<!-- before:bg-black/50 -->
<!-- before:bg-black/50 -->
<div
class=
"flex relative before:absolute before:w-full before:h-full bg-gradient-custom"
<div
class=
"flex relative before:absolute before:w-full before:h-full bg-gradient-custom"
style=
"margin-top: -50px
;
"
>
style=
"margin-top: -50px
;margin-left: -100px;margin-right: -100px
"
>
<div
class=
"h-[500px] w-full rounded-sm"
></div>
<div
class=
"h-[500px] w-full rounded-sm"
></div>
<!-- <img [src]="url2 ? url2 : './assets/img/png-images/2.png'" alt="" class="h-[500px] w-full rounded-sm"
<!-- <img [src]="url2 ? url2 : './assets/img/png-images/2.png'" alt="" class="h-[500px] w-full rounded-sm"
id="profile-img2" />
id="profile-img2" />
...
...
src/app/components/ess-profile/ess-profile.component.ts
View file @
af06f6f0
...
@@ -21,7 +21,6 @@ export class EssProfileComponent {
...
@@ -21,7 +21,6 @@ export class EssProfileComponent {
private
cdr
:
ChangeDetectorRef
,
private
cdr
:
ChangeDetectorRef
,
private
viewScroller
:
ViewportScroller
,
private
viewScroller
:
ViewportScroller
,
)
{
)
{
document
.
querySelector
(
'#maincontent'
)?.
classList
.
remove
(
'main-content'
);
}
}
ngOnInit
():
void
{
ngOnInit
():
void
{
this
.
viewScroller
.
scrollToPosition
([
0
,
0
]);
this
.
viewScroller
.
scrollToPosition
([
0
,
0
]);
...
...
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