Skip to content

Commit bfcc1c9

Browse files
committed
fix 部分示例页样式细节
1 parent 11dcb3e commit bfcc1c9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

examples/css/editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ html, body, .wrapper {
99
.main-header {
1010
position: fixed;
1111
width: 100%;
12+
top:0;
1213
}
1314

1415
.edit-container {

examples/css/examples.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.main-header {
22
position: fixed;
33
width: 100%;
4+
top:0;
45
}
56

67
.examples-container {

examples/locales/en-US/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ window.resources = {
113113
"dituhui": "dituhui",
114114
"support": "Technical Resource Center",
115115
"tel": "Tel: ",
116-
"sns": " WebGIS Chinese Technical QQ Group",
116+
"sns": " WebGIS Chinese Technical QQ Group: ",
117117
"sns_tips": " (click to join)",
118118
"contact": "Contact us: ",
119119
"join": "Join us: SuperMap Web Client Team",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ window.resources = {
113113
"dituhui": "地图慧",
114114
"support": "超图技术资源中心",
115115
"tel": "电话:",
116-
"sns": "WebGIS中文技术圈 QQ群",
116+
"sns": "WebGIS中文技术圈 QQ群",
117117
"sns_tips": "(点击链接加入群)",
118118
"contact": "联系我们:",
119119
"join": "加入我们: 超图Web客户端团队 ",

0 commit comments

Comments
 (0)