Skip to content

Commit ff0c232

Browse files
committed
【update】 更新 vue-iclient 依赖,更新 chart 例子参数 review by songym
1 parent 4d36a8a commit ff0c232

8 files changed

+803
-724
lines changed

dist/mapboxgl/iclient9-mapboxgl-vue.css

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8810,7 +8810,7 @@ body {
88108810
/* link */
88118811
/* border */
88128812
/* fill */
8813-
.sm-component-minimap #miniMap {
8813+
.sm-component-minimap .miniMap {
88148814
height: 180px; }
88158815

88168816
.sm-component-measure__panel {
@@ -8978,11 +8978,11 @@ body {
89788978
.sm-component-legend .ant-collapse {
89798979
border: 0;
89808980
background: transparent; }
8981-
.sm-component-legend .ant-collapse .ant-collapse-item {
8982-
border: 0; }
8981+
.sm-component-legend .ant-collapse .ant-collapse-item:last-child {
8982+
border-bottom-color: transparent; }
89838983
.sm-component-legend .ant-collapse-content {
89848984
background: transparent; }
8985-
.sm-component-legend .ant-collapse-content.ant-collapse-content-active {
8985+
.sm-component-legend .ant-collapse-content.ant-collapse-content {
89868986
border-top-color: transparent; }
89878987
.sm-component-legend .ant-collapse-content .ant-collapse-content-box {
89888988
padding: 0px;
@@ -9161,7 +9161,7 @@ body {
91619161
padding: 10px 15px;
91629162
overflow-y: auto; }
91639163
.sm-component-query__body > div {
9164-
width: 244px; }
9164+
width: 100%; }
91659165
.sm-component-query__body::-webkit-scrollbar {
91669166
width: 6px;
91679167
height: 6px;
@@ -9214,7 +9214,8 @@ body {
92149214
.sm-component-query__a-select {
92159215
margin-top: 10px;
92169216
margin-left: 7%;
9217-
font-weight: 100; }
9217+
font-weight: 100;
9218+
width: 84%; }
92189219
.sm-component-query__a-button {
92199220
width: 100%;
92209221
margin-top: 70px;
@@ -9226,7 +9227,6 @@ body {
92269227
margin-top: 10px;
92279228
overflow: auto;
92289229
line-height: normal;
9229-
max-width: 300px;
92309230
height: 86%; }
92319231
.sm-component-query__result-info::-webkit-scrollbar {
92329232
width: 6px;
@@ -9244,6 +9244,11 @@ body {
92449244
color: #409eff;
92459245
margin: 7px;
92469246
font-weight: bolder; }
9247+
.sm-component-query__result-header .sm-components-icons-close {
9248+
float: right;
9249+
font-size: 10px;
9250+
margin-top: 5px;
9251+
cursor: pointer; }
92479252
.sm-component-query__no-result, .sm-component-query__result-loading {
92489253
height: 100%;
92499254
display: flex;
@@ -9264,33 +9269,24 @@ body {
92649269
color: #409eff; }
92659270

92669271
.sm-component-open-file {
9267-
margin-left: 30px; }
9272+
width: 110px;
9273+
height: 32px;
9274+
font-size: 14px;
9275+
background-color: #fff;
9276+
border: 1px solid;
9277+
border-radius: 4px;
9278+
color: #38adf5; }
92689279
.sm-component-open-file__title {
9269-
position: relative;
9270-
width: 110px;
9271-
height: 32px;
9272-
font-size: 14px;
9273-
text-align: center;
92749280
letter-spacing: 0.75px;
9275-
line-height: 32px;
9276-
border: 1px solid #d9d9d9;
9277-
border-radius: 4px;
92789281
cursor: pointer;
9279-
background-color: #fff;
9280-
display: block;
9281-
border: 1px solid #38adf5;
9282-
color: #38adf5;
9283-
cursor: pointer; }
9284-
.sm-component-open-file__title:hover {
9285-
color: #fff;
9286-
background-color: #38adf5; }
9282+
margin: 0 auto;
9283+
display: flex;
9284+
align-items: center;
9285+
justify-content: center;
9286+
width: 100%;
9287+
height: 100%; }
92879288
.sm-component-open-file__input {
9288-
position: relative;
9289-
left: 190px;
9290-
top: 49px;
9291-
height: 32px;
9292-
width: 160px;
9293-
display: none !important; }
9289+
display: none; }
92949290

92959291
.sm-component-chart .sm-component-card__content {
92969292
width: 400px;

dist/mapboxgl/iclient9-mapboxgl-vue.js

Lines changed: 567 additions & 444 deletions
Large diffs are not rendered by default.

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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)