Commit af06f6f0 by Nattana Chaiyamat

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

parent ba9980ae
<div class="relative">
<!-- before:bg-black/50 -->
<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>
<!-- <img [src]="url2 ? url2 : './assets/img/png-images/2.png'" alt="" class="h-[500px] w-full rounded-sm"
id="profile-img2" />
......
......@@ -21,7 +21,6 @@ export class EssProfileComponent {
private cdr: ChangeDetectorRef,
private viewScroller: ViewportScroller,
) {
document.querySelector('#maincontent')?.classList.remove('main-content');
}
ngOnInit(): void {
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