@@ -8531,29 +8531,25 @@ body {
85318531
85328532/** common */
85338533.sm-component-indicator {
8534- display: inline-block ;
8534+ display: inline-flex ;
85358535 flex-flow: column nowrap;
8536- justify-content: flex-start ;
8536+ justify-content: center ;
85378537 color: #595959; }
85388538 .sm-component-indicator__head {
85398539 display: flex;
85408540 flex-flow: row nowrap;
85418541 justify-content: flex-start;
8542- height: 30%;
85438542 padding-left: 5px;
85448543 margin-right: 5px; }
85458544 .sm-component-indicator__title {
85468545 font-size: 16px;
85478546 line-height: 30px;
85488547 font-weight: bolder; }
85498548 .sm-component-indicator__content {
8550- height: 50%;
85518549 display: flex;
85528550 flex-flow: row nowrap;
85538551 align-items: flex-end;
85548552 font-weight: bolder;
8555- padding-top: 10px;
8556- margin-bottom: 10px;
85578553 margin-right: 10px; }
85588554 .sm-component-indicator__num {
85598555 text-indent: 5px;
@@ -9062,8 +9058,7 @@ body {
90629058.sm-component-legend {
90639059 overflow-y: auto;
90649060 border: none;
9065- color: #fff;
9066- padding-right: 30px; }
9061+ color: #fff; }
90679062 .sm-component-legend::-webkit-scrollbar {
90689063 width: 6px;
90699064 height: 6px;
@@ -9074,11 +9069,17 @@ body {
90749069 .sm-component-legend .sm-component-card__content {
90759070 box-shadow: unset;
90769071 max-height: 400px; }
9072+ .sm-component-legend .sm-component-card__content.is-not-header {
9073+ padding-right: 15px; }
90779074 .sm-component-legend .ant-card {
90789075 height: 100%; }
90799076 .sm-component-legend .ant-card-body {
90809077 padding: 0px;
90819078 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; }
90829083 .sm-component-legend__table {
90839084 border-top: none; }
90849085 .sm-component-legend__noBorder {
@@ -9104,7 +9105,7 @@ body {
91049105 border-top-color: transparent; }
91059106 .sm-component-legend .ant-collapse-content .ant-collapse-content-box {
91069107 padding: 0px;
9107- padding-left: 8px; }
9108+ padding: 0 8px; }
91089109 .sm-component-legend__wrap {
91099110 display: flex;
91109111 justify-content: center;
@@ -9123,7 +9124,8 @@ body {
91239124 width: 40px;
91249125 height: 100%; }
91259126 .sm-component-legend__range-item > span {
9126- margin-left: 2px; }
9127+ margin-left: 2px;
9128+ max-width: 200px; }
91279129 .sm-component-legend__heatbox {
91289130 display: flex !important;
91299131 overflow: hidden; }
@@ -9142,11 +9144,17 @@ body {
91429144 list-style: none;
91439145 height: 30px; }
91449146 .sm-component-legend__field-value {
9145- margin-left: 20px; }
9147+ margin-left: 20px;
9148+ max-width: 200px; }
91469149 .sm-component-legend__themefield {
91479150 font-size: 12px;
91489151 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; }
91509158
91519159.sm-component-web-map {
91529160 width: 100%;
@@ -9224,15 +9232,20 @@ body {
92249232 width: 6px;
92259233 height: 6px; }
92269234 .sm-component-search__panel {
9227- padding-left: 4px; }
9235+ padding-left: 4px;
9236+ padding-right: 4px; }
92289237 .sm-component-search__panel-header {
92299238 display: block;
92309239 border-bottom: 1px solid;
92319240 font-size: 14px;
92329241 font-family: "微软雅黑";
92339242 padding: 6px 0px;
92349243 margin: 7px;
9235- font-weight: bolder; }
9244+ font-weight: bolder;
9245+ overflow: hidden;
9246+ text-overflow: ellipsis;
9247+ white-space: nowrap;
9248+ width: 96%; }
92369249 .sm-component-search__panel-body > ul {
92379250 list-style: none;
92389251 margin-left: -32px;
@@ -9277,6 +9290,7 @@ body {
92779290 font-weight: 700; }
92789291 .sm-component-query__body {
92799292 min-width: 200px;
9293+ max-height: 400px;
92809294 transform-origin: top left;
92819295 transition: all 0.5s;
92829296 background: #ffff;
@@ -9310,14 +9324,21 @@ body {
93109324 border-color: transparent; }
93119325 .sm-component-query__job-info-header {
93129326 cursor: pointer;
9313- padding: 10px 5px; }
9327+ padding: 10px 5px 2px ; }
93149328 .sm-component-query__job-info-header:hover {
93159329 color: #409eff; }
93169330 .sm-component-query__job-info-header > .sm-components-icons-preview {
9317- font-size: 14px; }
9331+ font-size: 14px;
9332+ position: relative;
9333+ top: -5px; }
93189334 .sm-component-query__job-info-header > .sm-component-query__job-info-name {
93199335 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; }
93219342 .sm-component-query__job-info-header > .sm-components-icons-legend-unfold,
93229343 .sm-component-query__job-info-header > .sm-components-icons-legend-fold {
93239344 color: #c0c4cc;
@@ -9373,6 +9394,12 @@ body {
93739394 font-size: 10px;
93749395 margin-top: 5px;
93759396 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%; }
93769403 .sm-component-query__no-result, .sm-component-query__result-loading {
93779404 height: 100%;
93789405 display: flex;
0 commit comments