Skip to content

Commit 57694f6

Browse files
committed
优化网站 优化打包
1 parent 028b695 commit 57694f6

File tree

13 files changed

+2466
-2451
lines changed

13 files changed

+2466
-2451
lines changed

dist/iclient9-leaflet.js

Lines changed: 2289 additions & 2283 deletions
Large diffs are not rendered by default.

dist/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-openlayers.js

Lines changed: 155 additions & 154 deletions
Large diffs are not rendered by default.

dist/iclient9-openlayers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/leaflet/core/Base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var L = require("leaflet");
77
L.supermap = L.supermap || {};
88
require('../../common/SuperMap');
99
require('../../common/REST');
10+
require('./Util');
1011
require('./CommontypesConversion');
1112
require('./NonEarthCRS');
1213
require('./Proj4Leaflet');

src/openlayers/core/Base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
var ol = require('openlayers');
77
ol.supermap = ol.supermap || {};
88
ol.supermap.Util = ol.supermap.Util || {};
9+
require('./Util');
910
require('../../common/SuperMap');
1011
require('../../common/REST');

web/css/index.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ html, body, .wrapper {
179179

180180
.attributes .feature-heading {
181181
color: #333743;
182-
padding-top: 100px;
182+
padding-top: 70px;
183183
padding-left: 20px;
184184
margin-bottom: 20px;
185185
}
@@ -199,7 +199,9 @@ html, body, .wrapper {
199199
border: 0;
200200
border-top: 1px solid rgba(0, 0, 0, 0.1)
201201
}
202-
202+
.attributes .image-class{
203+
text-align: center;
204+
}
203205
.attributes .img-fluid {
204206
max-width: 100%;
205207
height: auto
@@ -209,6 +211,10 @@ html, body, .wrapper {
209211
margin-bottom: .5rem;
210212
line-height: 1
211213
}
214+
.row.feature{
215+
margin-top:50px;
216+
margin-bottom:50px;
217+
}
212218

213219
@media (min-width: 992px) {
214220
.attributes .col-lg-1 {

web/img/0.png

26.5 KB
Loading

web/img/1.png

24.3 KB
Loading

web/img/2.png

11.7 KB
Loading

0 commit comments

Comments
 (0)