This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
trungnd
/
iot-web-ui
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
3
Releases
0
Wiki
Activity
Browse Source
fix width
features/update-page-map
PhamY0601
1 year ago
parent
92b760102b
commit
e7e8eff37e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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: [
1
00, 30],
iconSize: [
2
00, 30],
className: className
});
}
Write
Preview
Loading…
Cancel
Save