Skip to content

Commit 6f4ab58

Browse files
committed
优化例子
1 parent 064dc0f commit 6f4ab58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/mapboxgl/dataFlowService.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta charset="UTF-8">
66
<title data-i18n="resources.title_dataFlowService"></title>
77
<script type="text/javascript" src="../js/include-web.js"></script>
8+
<style>
9+
.mapboxgl-popup {
10+
max-width: 200px;
11+
}
12+
</style>
813
</head>
9-
<style>
10-
.mapboxgl-popup {
11-
max-width: 200px;
12-
}
13-
</style>
1414

1515
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
1616
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>

0 commit comments

Comments
 (0)