Skip to content

Commit ee19aa2

Browse files
committed
【fix】开发指南正向、反向地址匹配的示例 样式问题;classic-echarts数据闪现两次 review by luoxiao
1 parent c4289e8 commit ee19aa2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/classic/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</head>
2222
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%">
2323
<div id="map" style="width: 100%;height:100%"></div>
24-
<div id="control" class="control" style='width:20%'>
24+
<div id="control" class="control" style='width:350px'>
2525
<div class="panel panel-default">
2626
<div class="panel-body">
2727
<ul class="nav nav-tabs nav-justified">

examples/classic/others_echart_graphBar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
control = new SuperMap.Control.UTFGrid({
9595
layers: [utfgrid],
9696
callback: callback,
97-
handlerMode: "move"
97+
handlerMode: "hover"
9898
});
9999
map.addControl(control);
100100
}

examples/mapboxgl/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.panel-default {
29-
width: 20%;
29+
width: 350px;
3030
float: right;
3131
margin: 15px 15px 0 0;
3232
position: relative;

examples/maplibregl/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.panel-default {
29-
width: 20%;
29+
width: 350px;
3030
float: right;
3131
margin: 15px 15px 0 0;
3232
position: relative;

examples/openlayers/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</head>
5858
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;">
5959
<div id="map" style="width: 100%;height:100%"></div>
60-
<div id="control" class="control" style='width:20%'>
60+
<div id="control" class="control" style='width: 350px'>
6161
<div class="panel panel-default">
6262
<div class="panel-body">
6363
<ul class="nav nav-tabs nav-justified">

0 commit comments

Comments
 (0)