@@ -8810,7 +8810,7 @@ body {
8810
8810
/* link */
8811
8811
/* border */
8812
8812
/* fill */
8813
- .sm-component-minimap # miniMap {
8813
+ .sm-component-minimap . miniMap {
8814
8814
height: 180px; }
8815
8815
8816
8816
.sm-component-measure__panel {
@@ -8978,11 +8978,11 @@ body {
8978
8978
.sm-component-legend .ant-collapse {
8979
8979
border: 0;
8980
8980
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 ; }
8983
8983
.sm-component-legend .ant-collapse-content {
8984
8984
background: transparent; }
8985
- .sm-component-legend .ant-collapse-content.ant-collapse-content-active {
8985
+ .sm-component-legend .ant-collapse-content.ant-collapse-content {
8986
8986
border-top-color: transparent; }
8987
8987
.sm-component-legend .ant-collapse-content .ant-collapse-content-box {
8988
8988
padding: 0px;
@@ -9161,7 +9161,7 @@ body {
9161
9161
padding: 10px 15px;
9162
9162
overflow-y: auto; }
9163
9163
.sm-component-query__body > div {
9164
- width: 244px ; }
9164
+ width: 100% ; }
9165
9165
.sm-component-query__body::-webkit-scrollbar {
9166
9166
width: 6px;
9167
9167
height: 6px;
@@ -9214,7 +9214,8 @@ body {
9214
9214
.sm-component-query__a-select {
9215
9215
margin-top: 10px;
9216
9216
margin-left: 7%;
9217
- font-weight: 100; }
9217
+ font-weight: 100;
9218
+ width: 84%; }
9218
9219
.sm-component-query__a-button {
9219
9220
width: 100%;
9220
9221
margin-top: 70px;
@@ -9226,7 +9227,6 @@ body {
9226
9227
margin-top: 10px;
9227
9228
overflow: auto;
9228
9229
line-height: normal;
9229
- max-width: 300px;
9230
9230
height: 86%; }
9231
9231
.sm-component-query__result-info::-webkit-scrollbar {
9232
9232
width: 6px;
@@ -9244,6 +9244,11 @@ body {
9244
9244
color: #409eff;
9245
9245
margin: 7px;
9246
9246
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; }
9247
9252
.sm-component-query__no-result, .sm-component-query__result-loading {
9248
9253
height: 100%;
9249
9254
display: flex;
@@ -9264,33 +9269,24 @@ body {
9264
9269
color: #409eff; }
9265
9270
9266
9271
.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; }
9268
9279
.sm-component-open-file__title {
9269
- position: relative;
9270
- width: 110px;
9271
- height: 32px;
9272
- font-size: 14px;
9273
- text-align: center;
9274
9280
letter-spacing: 0.75px;
9275
- line-height: 32px;
9276
- border: 1px solid #d9d9d9;
9277
- border-radius: 4px;
9278
9281
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%; }
9287
9288
.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; }
9294
9290
9295
9291
.sm-component-chart .sm-component-card__content {
9296
9292
width: 400px;
0 commit comments