Browse Source

Merge branch 'master' of https://git.aztrace.vn/trungnd/iot-web-ui

pull/15/head
Trung Nguyen 1 year ago
parent
commit
a91751efe5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/modules/overview/map/map.component.ts

+ 1
- 1
src/app/modules/overview/map/map.component.ts View File

@@ -308,7 +308,7 @@ export class MapComponent implements OnInit, AfterViewInit, OnDestroy {
${htmlContent}
</div>
</div>`,
iconSize: [100, 30],
iconSize: [200, 30],
className: className
});
}

Loading…
Cancel
Save