Skip to content

Commit 578c1f2

Browse files
committed
修改例子的bug 调整例子对话框的显示位置
1 parent cea917f commit 578c1f2

File tree

154 files changed

+174
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+174
-167
lines changed

examples/classic/OGC_kml.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.editPane {
77
position: absolute;
88
right: 50px;
9-
top: 10px;
9+
top: 50px;
1010
text-align: center;
1111
background: #FFF;
1212
z-index: 1000;

examples/classic/OGC_queryByWFS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.editPane {
88
position: absolute;
99
right: 50px;
10-
top: 10px;
10+
top: 50px;
1111
text-align: center;
1212
background: #FFF;
1313
display: inline-block;

examples/classic/OGC_wms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.editPane {
77
position: absolute;
88
right: 10px;
9-
top: 10px;
9+
top: 50px;
1010
text-align: center;
1111
background: #FFF;
1212
z-index: 1000;

examples/classic/SummaryMeshJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<style>
88
.control {
99
position: absolute;
10-
top: 10px;
10+
top: 50px;
1111
right: 10px;
1212
}
1313

examples/classic/SummaryRegionJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<style>
88
.control {
99
position: absolute;
10-
top: 10px;
10+
top: 50px;
1111
right: 10px;
1212
}
1313

examples/classic/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<style>
88
.control {
99
position: absolute;
10-
top: 10px;
10+
top: 50px;
1111
right: 10px;
1212
}
1313

examples/classic/analysis_bufferAnalyst.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#toolbar {
2525
position: absolute;
26-
top: 10px;
26+
top: 50px;
2727
right: 10px;
2828
text-align: center;
2929
z-index: 100;

examples/classic/analysis_bufferQuery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#toolbar {
2525
position: absolute;
26-
top: 10px;
26+
top: 50px;
2727
right: 10px;
2828
text-align: center;
2929
z-index: 100;

examples/classic/analysis_closestFacilities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#toolbar {
2525
position: absolute;
26-
top: 10px;
26+
top: 50px;
2727
right: 10px;
2828
width: 320px;
2929
text-align: center;

examples/classic/analysis_densityKernelAnalyst.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#toolbar {
2525
position: absolute;
26-
top: 10px;
26+
top: 50px;
2727
right: 10px;
2828
text-align: center;
2929
z-index: 100;

0 commit comments

Comments
 (0)