Skip to content

Commit ef752ea

Browse files
committed
【fix】 classic 示例缺陷。
1 parent 3b21c4d commit ef752ea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/classic/map_overlayLayer.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
88
<title data-i18n="resources.title_overlayLayer"></title>
99
<style type="text/css">
10+
body {
11+
margin: 0;
12+
overflow: hidden;
13+
background: #fff;
14+
width: 100%;
15+
height: 100%
16+
}
17+
18+
#map {
19+
position: absolute;
20+
width: 100%;
21+
height: 100%;
22+
border: 1px solid #3473b7;
23+
}
1024
.editPane {
1125
position: absolute;
1226
right: 10px;

0 commit comments

Comments
 (0)