Commit 4dc35e6521820c954ec3586f73d4102d17ea9c61
1 parent
a8892711
Exists in
master
วงกลมใน onhold แท็บใหม่
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -1006,7 +1006,9 @@ |
1006 | 1006 | <a class="dashboard-stat dashboard-stat-v2 red " href="{{item.link}}" target="_blank" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}"> |
1007 | 1007 | <!-- <div [ngStyle]="{'background-color':item.days === '366.0098' ? 'green' : 'red' }"></<div> --> |
1008 | 1008 | <!-- <div class="avater">{{(item.days).toFixed(0)}} D</div> --> |
1009 | - <div class="avater" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}" style="font-size: 26px; text-align: center; font-weight: bold;">{{item.days.toFixed(0)}}D</div> | |
1009 | + <div class="avater" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}" style="font-size: 26px; text-align: center; font-weight: bold;">{{item.days.toFixed(0)}}D | |
1010 | + <div class="avater2" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}" style="font-size: 26px; text-align: center; font-weight: bold;">{{item.days2.toFixed(0)}}D</div> | |
1011 | + </div> | |
1010 | 1012 | <div class="visual"> |
1011 | 1013 | <i class="fa fa-comments"></i> |
1012 | 1014 | </div> | ... | ... |