@@ -8531,29 +8531,25 @@ body {
8531
8531
8532
8532
/** common */
8533
8533
.sm-component-indicator {
8534
- display: inline-block ;
8534
+ display: inline-flex ;
8535
8535
flex-flow: column nowrap;
8536
- justify-content: flex-start ;
8536
+ justify-content: center ;
8537
8537
color: #595959; }
8538
8538
.sm-component-indicator__head {
8539
8539
display: flex;
8540
8540
flex-flow: row nowrap;
8541
8541
justify-content: flex-start;
8542
- height: 30%;
8543
8542
padding-left: 5px;
8544
8543
margin-right: 5px; }
8545
8544
.sm-component-indicator__title {
8546
8545
font-size: 16px;
8547
8546
line-height: 30px;
8548
8547
font-weight: bolder; }
8549
8548
.sm-component-indicator__content {
8550
- height: 50%;
8551
8549
display: flex;
8552
8550
flex-flow: row nowrap;
8553
8551
align-items: flex-end;
8554
8552
font-weight: bolder;
8555
- padding-top: 10px;
8556
- margin-bottom: 10px;
8557
8553
margin-right: 10px; }
8558
8554
.sm-component-indicator__num {
8559
8555
text-indent: 5px;
@@ -9062,8 +9058,7 @@ body {
9062
9058
.sm-component-legend {
9063
9059
overflow-y: auto;
9064
9060
border: none;
9065
- color: #fff;
9066
- padding-right: 30px; }
9061
+ color: #fff; }
9067
9062
.sm-component-legend::-webkit-scrollbar {
9068
9063
width: 6px;
9069
9064
height: 6px;
@@ -9074,11 +9069,17 @@ body {
9074
9069
.sm-component-legend .sm-component-card__content {
9075
9070
box-shadow: unset;
9076
9071
max-height: 400px; }
9072
+ .sm-component-legend .sm-component-card__content.is-not-header {
9073
+ padding-right: 15px; }
9077
9074
.sm-component-legend .ant-card {
9078
9075
height: 100%; }
9079
9076
.sm-component-legend .ant-card-body {
9080
9077
padding: 0px;
9081
9078
height: 100%; }
9079
+ .sm-component-legend .sm-component-card__icon + .sm-component-card__content .ant-collapse-item:last-child .header-wrap {
9080
+ margin-bottom: 10px; }
9081
+ .sm-component-legend .sm-component-card__icon + .sm-component-card__content .ant-collapse-content-box {
9082
+ padding-right: 30px; }
9082
9083
.sm-component-legend__table {
9083
9084
border-top: none; }
9084
9085
.sm-component-legend__noBorder {
@@ -9104,7 +9105,7 @@ body {
9104
9105
border-top-color: transparent; }
9105
9106
.sm-component-legend .ant-collapse-content .ant-collapse-content-box {
9106
9107
padding: 0px;
9107
- padding-left: 8px; }
9108
+ padding: 0 8px; }
9108
9109
.sm-component-legend__wrap {
9109
9110
display: flex;
9110
9111
justify-content: center;
@@ -9123,7 +9124,8 @@ body {
9123
9124
width: 40px;
9124
9125
height: 100%; }
9125
9126
.sm-component-legend__range-item > span {
9126
- margin-left: 2px; }
9127
+ margin-left: 2px;
9128
+ max-width: 200px; }
9127
9129
.sm-component-legend__heatbox {
9128
9130
display: flex !important;
9129
9131
overflow: hidden; }
@@ -9142,11 +9144,17 @@ body {
9142
9144
list-style: none;
9143
9145
height: 30px; }
9144
9146
.sm-component-legend__field-value {
9145
- margin-left: 20px; }
9147
+ margin-left: 20px;
9148
+ max-width: 200px; }
9146
9149
.sm-component-legend__themefield {
9147
9150
font-size: 12px;
9148
9151
margin-left: 30px;
9149
- margin-bottom: 4px; }
9152
+ margin-bottom: 4px;
9153
+ max-width: 250px; }
9154
+ .sm-component-legend__title {
9155
+ max-width: 250px; }
9156
+ .sm-component-legend__title + i {
9157
+ margin-left: 5px; }
9150
9158
9151
9159
.sm-component-web-map {
9152
9160
width: 100%;
@@ -9224,15 +9232,20 @@ body {
9224
9232
width: 6px;
9225
9233
height: 6px; }
9226
9234
.sm-component-search__panel {
9227
- padding-left: 4px; }
9235
+ padding-left: 4px;
9236
+ padding-right: 4px; }
9228
9237
.sm-component-search__panel-header {
9229
9238
display: block;
9230
9239
border-bottom: 1px solid;
9231
9240
font-size: 14px;
9232
9241
font-family: "微软雅黑";
9233
9242
padding: 6px 0px;
9234
9243
margin: 7px;
9235
- font-weight: bolder; }
9244
+ font-weight: bolder;
9245
+ overflow: hidden;
9246
+ text-overflow: ellipsis;
9247
+ white-space: nowrap;
9248
+ width: 96%; }
9236
9249
.sm-component-search__panel-body > ul {
9237
9250
list-style: none;
9238
9251
margin-left: -32px;
@@ -9277,6 +9290,7 @@ body {
9277
9290
font-weight: 700; }
9278
9291
.sm-component-query__body {
9279
9292
min-width: 200px;
9293
+ max-height: 400px;
9280
9294
transform-origin: top left;
9281
9295
transition: all 0.5s;
9282
9296
background: #ffff;
@@ -9310,14 +9324,21 @@ body {
9310
9324
border-color: transparent; }
9311
9325
.sm-component-query__job-info-header {
9312
9326
cursor: pointer;
9313
- padding: 10px 5px; }
9327
+ padding: 10px 5px 2px ; }
9314
9328
.sm-component-query__job-info-header:hover {
9315
9329
color: #409eff; }
9316
9330
.sm-component-query__job-info-header > .sm-components-icons-preview {
9317
- font-size: 14px; }
9331
+ font-size: 14px;
9332
+ position: relative;
9333
+ top: -5px; }
9318
9334
.sm-component-query__job-info-header > .sm-component-query__job-info-name {
9319
9335
margin-left: 10px;
9320
- font-size: 14px; }
9336
+ margin-right: 10px;
9337
+ font-size: 14px;
9338
+ display: inline-block;
9339
+ overflow: hidden;
9340
+ text-overflow: ellipsis;
9341
+ white-space: nowrap; }
9321
9342
.sm-component-query__job-info-header > .sm-components-icons-legend-unfold,
9322
9343
.sm-component-query__job-info-header > .sm-components-icons-legend-fold {
9323
9344
color: #c0c4cc;
@@ -9373,6 +9394,12 @@ body {
9373
9394
font-size: 10px;
9374
9395
margin-top: 5px;
9375
9396
cursor: pointer; }
9397
+ .sm-component-query__header-name {
9398
+ display: inline-block;
9399
+ overflow: hidden;
9400
+ text-overflow: ellipsis;
9401
+ white-space: nowrap;
9402
+ width: 90%; }
9376
9403
.sm-component-query__no-result, .sm-component-query__result-loading {
9377
9404
height: 100%;
9378
9405
display: flex;
0 commit comments