Skip to content

Commit 578bf5e

Browse files
【fix】修复layerList阴影问题 review by liq
1 parent 93439b3 commit 578bf5e

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

dist/mapboxgl/iclient9-mapboxgl-vue.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8270,9 +8270,7 @@ body {
82708270
height: 100% !important; }
82718271
.sm-component-border .sm-component-chart .sm-component-card__content {
82728272
width: 100%;
8273-
height: 100%;
8274-
/* 去除阴影效果 */
8275-
box-shadow: none; }
8273+
height: 100%; }
82768274

82778275
/** control */
82788276
.sm-component-scale {
@@ -8500,9 +8498,7 @@ body {
85008498
padding: 6px 10px 6px; }
85018499

85028500
.sm-component-layer-list {
8503-
overflow-y: auto;
8504-
z-index: 10;
8505-
max-height: 500px; }
8501+
z-index: 10; }
85068502
.sm-component-layer-list::-webkit-scrollbar {
85078503
width: 6px;
85088504
height: 6px;
@@ -9040,7 +9036,9 @@ body {
90409036

90419037
.sm-component-chart .sm-component-card__content {
90429038
width: 400px;
9043-
height: 200px; }
9039+
height: 200px;
9040+
/* 去除阴影效果 */
9041+
box-shadow: none; }
90449042

90459043
/* layer */
90469044
/* Transition */

dist/mapboxgl/iclient9-mapboxgl-vue.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16312,7 +16312,7 @@ module.exports = matches;
1631216312
/***/ "W6Z/":
1631316313
/***/ (function(module) {
1631416314

16315-
module.exports = JSON.parse("{\"border1\":{\"type\":\"1\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border2\":{\"type\":\"2\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border3\":{\"type\":\"3\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border4\":{\"type\":\"4\",\"borderWidth\":[40,56,40,56],\"borderEdge\":{\"top\":20,\"left\":20,\"right\":20,\"bottom\":20}},\"border5\":{\"type\":\"5\",\"borderWidth\":[32,136,32,168],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border6\":{\"type\":\"6\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border7\":{\"type\":\"7\",\"borderWidth\":[88,138,134,130],\"borderEdge\":{\"top\":25,\"left\":25,\"right\":35,\"bottom\":35}},\"border8\":{\"type\":\"8\",\"borderWidth\":[36,104,36,104],\"borderEdge\":{\"top\":20,\"left\":20,\"right\":20,\"bottom\":20}},\"border9\":{\"type\":\"9\",\"borderWidth\":[107,96,75,81],\"borderEdge\":{\"top\":25,\"left\":25,\"right\":25,\"bottom\":25}},\"border10\":{\"type\":\"10\",\"borderWidth\":[32,110,100,56],\"borderEdge\":{\"top\":20,\"left\":25,\"right\":50,\"bottom\":50}},\"border11\":{\"type\":\"11\",\"borderWidth\":[32,56,32,56],\"borderEdge\":{\"top\":15,\"left\":15,\"right\":15,\"bottom\":15}},\"border12\":{\"type\":\"12\",\"borderWidth\":[109,271,100,180],\"borderEdge\":{\"top\":30,\"left\":20,\"right\":20,\"bottom\":30}},\"border13\":{\"type\":\"13\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":25,\"left\":25,\"right\":25,\"bottom\":25}}}");
16315+
module.exports = JSON.parse("{\"border1\":{\"type\":\"1\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":12,\"left\":12,\"right\":12,\"bottom\":12}},\"border2\":{\"type\":\"2\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":12,\"left\":12,\"right\":12,\"bottom\":12}},\"border3\":{\"type\":\"3\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":19,\"left\":19,\"right\":19,\"bottom\":19}},\"border4\":{\"type\":\"4\",\"borderWidth\":[40,56,40,56],\"borderEdge\":{\"top\":20,\"left\":20,\"right\":20,\"bottom\":20}},\"border5\":{\"type\":\"5\",\"borderWidth\":[32,136,32,168],\"borderEdge\":{\"top\":12,\"left\":12,\"right\":12,\"bottom\":12}},\"border6\":{\"type\":\"6\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":12,\"left\":12,\"right\":12,\"bottom\":12}},\"border7\":{\"type\":\"7\",\"borderWidth\":[88,138,134,130],\"borderEdge\":{\"top\":30,\"left\":30,\"right\":32,\"bottom\":32}},\"border8\":{\"type\":\"8\",\"borderWidth\":[36,104,36,104],\"borderEdge\":{\"top\":17,\"left\":17,\"right\":17,\"bottom\":17}},\"border9\":{\"type\":\"9\",\"borderWidth\":[107,96,75,81],\"borderEdge\":{\"top\":32,\"left\":32,\"right\":32,\"bottom\":32}},\"border10\":{\"type\":\"10\",\"borderWidth\":[32,110,100,56],\"borderEdge\":{\"top\":27,\"left\":23,\"right\":60,\"bottom\":44}},\"border11\":{\"type\":\"11\",\"borderWidth\":[32,56,32,56],\"borderEdge\":{\"top\":12,\"left\":12,\"right\":12,\"bottom\":12}},\"border12\":{\"type\":\"12\",\"borderWidth\":[109,271,100,180],\"borderEdge\":{\"top\":30,\"left\":12,\"right\":12,\"bottom\":25}},\"border13\":{\"type\":\"13\",\"borderWidth\":[40,40,40,40],\"borderEdge\":{\"top\":20,\"left\":22,\"right\":24,\"bottom\":24}}}");
1631616316

1631716317
/***/ }),
1631816318

@@ -64237,8 +64237,6 @@ function (_mapboxgl$Evented) {
6423764237
resultData = item;
6423864238
} else if (item.serviceType === 'RESTMAP' && item.serviceStatus === 'PUBLISHED') {
6423964239
resultData = item;
64240-
} else {
64241-
_this2._getDatafromContent(datasetUrl, queryInfo);
6424264240
}
6424364241
}, _this2);
6424464242

dist/mapboxgl/iclient9-mapboxgl-vue.min.css

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/mapboxgl/iclient9-mapboxgl-vue.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.

0 commit comments

Comments
 (0)