Commit 136aaa6e by Nattana Chaiyamat

วางปุ่นโหลดไฟล์หน้าประเมินใหม่

parent f856c637
......@@ -29,7 +29,7 @@
<div class="flex flex-col gap-2 relative" style="overflow-y: auto;min-height: calc(100vh - 480px);">
<ng-container *ngFor="let item2 of appraisalCompentencyFilter();let i = index;let f= first">
<button type="button" [attr.id]="'menu-' + i"
class="p-4 w-full text-white text-left bg-gradient-to-r from-primary to-secondary font-semibold"
class="p-4 w-full text-white text-left bg-gradient-to-r from-primary to-secondary font-semibold relative"
style="border-radius:20px"
(click)="scrollToMenu(i);
allBiOpen(!biOpen.get(item2.groupAssessment1.competencyIndicatorsCourses1Mini.competencyIndicatorsCourses0.competencyTopic.competencyTopicId),item2.groupAssessment1.competencyIndicatorsCourses1Mini.competencyIndicatorsCourses0.competencyTopic.competencyTopicId)">
......@@ -47,9 +47,8 @@
<span>
{{item2.groupAssessment1.competencyIndicatorsCourses1Mini.competencyIndicatorsCourses0.competencyTopic.tdesc}}
</span>
<i *ngIf="item2.competencyFiles" class="ti ti-download"
style="font-size: 27px;position: absolute;right: 28px;top: 12px;"
(click)="downloadFile($event,item2.competencyFiles)"></i>
<i *ngIf="item2.competencyFiles" class="ti ti-download absolute"
style="font-size: 27px;right: 28px;top: 12px;" (click)="downloadFile($event,item2.competencyFiles)"></i>
</button>
<ng-container
*ngIf="biOpen.get(item2.groupAssessment1.competencyIndicatorsCourses1Mini.competencyIndicatorsCourses0.competencyTopic.competencyTopicId)">
......
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