perbaikan icon control device
This commit is contained in:
parent
84dae31196
commit
71377f79cf
|
@ -131,8 +131,7 @@
|
|||
justify-content: center;
|
||||
"
|
||||
>
|
||||
<i
|
||||
class="ri-lightbulb-flash-fill font-large-1 blue-grey d-block"
|
||||
<i class="{{item.category_icon}} font-large-1 blue-grey d-block"
|
||||
style="color: #bef264 !important"
|
||||
></i>
|
||||
</div>
|
||||
|
|
|
@ -195,8 +195,6 @@ export class DetailComponent {
|
|||
.getDashboardTopCard(buildingId)
|
||||
.subscribe((res) => {
|
||||
this.topCard = res.data;
|
||||
console.log(this.topCard);
|
||||
|
||||
});
|
||||
}
|
||||
dataEnergyMonitoringSummary(buildingId) {
|
||||
|
|
Loading…
Reference in New Issue