Project 'angular/myAppraisal' was moved to 'angular/mySkill-x'. Please update any links and bookmarks that may still have the old path.
Commit af06f6f0 by Nattana Chaiyamat

ข้อมูลพนักงาน

parent ba9980ae
<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" />
......
...@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment