Commit 3edab855 by Nattana Chaiyamat

ประเมินตนเอง

parent e59735fa
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="flex flex-col w-3/4 gap-2"> <div class="flex flex-col w-3/4 gap-2">
<div class="w-full mb-2 flex"> <div class="w-full mb-2 flex">
<div class="w-1/2 flex flex-row gap-2"> <div class="w-1/2 flex flex-row gap-2">
<!-- <ng-container *ngFor="let item of compentency.dataList; let i=index ; let f= first"> <ng-container *ngFor="let item of compentency.dataList; let i=index ; let f= first">
<div class="font-size-18px font-weight-700"> <div class="font-size-18px font-weight-700">
<span class="cursor-pointer" <span class="cursor-pointer"
[ngClass]="{'text-secondary border-secondary border-b':compentency.data?.tdesc==item.tdesc,'hover:text-gray-900':!(compentency.data?.tdesc==item.tdesc)}" [ngClass]="{'text-secondary border-secondary border-b':compentency.data?.tdesc==item.tdesc,'hover:text-gray-900':!(compentency.data?.tdesc==item.tdesc)}"
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{{item.tdesc}} {{item.tdesc}}
</span> </span>
</div> </div>
</ng-container> --> </ng-container>
</div> </div>
<div class="w-1/2"> <div class="w-1/2">
<div class="font-size-18px font-weight-700 text-primary text-right"> <div class="font-size-18px font-weight-700 text-primary text-right">
......
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