Commit b0e3495cd0a5750f799772b4098d6ece28209103

Authored by trainee
1 parent 1a550361
Exists in master

ปรับให้กล่องมีขนาดใหญ่ขึ้นเนื่องจากชื่อยาวเกินไปมีขนาดไม่พอ

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/dashboard/dashboard.component.html
1 1  
2 2 <!-- งานใหม่ -->
3 3 <div class="row">
4   - <div class="col-lg-4 col-md-3 col-sm-6 col-xs-12" *ngFor="let item of resultData">
  4 + <div class="col-lg-6 col-md-3 col-sm-6 col-xs-12" *ngFor="let item of resultData">
5 5 <a class="dashboard-stat dashboard-stat-v2 green" href="http://vtiger.sourcecode.co.th/index.php?action=DetailView&module=HelpDesk&parenttab=Support&record=195885" target="_blank"
6 6 [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}">
7 7 <!-- <div [ngStyle]="{'background-color':item.days === '366.0098' ? 'green' : 'red' }"></<div> -->
... ... @@ -17,7 +17,7 @@
17 17 <span data-counter="counterup" data-value="" style=" color: black;">{{item.custgroupName}}</span>
18 18 </div>
19 19 <div class="desc" style=" color: black;">{{item.team}}</div><br>
20   - <div class="desc" style="text-align: left; color: black;">{{item.COMMENT | slice:0:45 }} ....</div>
  20 + <div class="desc" style="text-align: left; color: black;">{{item.COMMENT | slice:0:40 }} ....</div>
21 21 </div>
22 22 </a>
23 23 </div>
... ...