@cloudtower/eagle 0.26.22 → 0.26.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/StatusCapsule/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/StatusCapsule/index.d.ts +8 -0
- package/dist/components.css +442 -368
- package/dist/esm/index.js +820 -735
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -0
- package/dist/style.css +720 -646
- package/dist/umd/index.js +818 -733
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +19 -0
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30134,19 +30134,6 @@ html body {
|
|
|
30134
30134
|
font-size: 18px;
|
|
30135
30135
|
}
|
|
30136
30136
|
|
|
30137
|
-
.iap75of {
|
|
30138
|
-
height: 18px;
|
|
30139
|
-
line-height: 18px;
|
|
30140
|
-
padding: 0 4px;
|
|
30141
|
-
border-radius: 4px;
|
|
30142
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30143
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30144
|
-
display: flex;
|
|
30145
|
-
align-items: center;
|
|
30146
|
-
white-space: nowrap;
|
|
30147
|
-
margin-right: 4px;
|
|
30148
|
-
}
|
|
30149
|
-
|
|
30150
30137
|
.i1mrf09m {
|
|
30151
30138
|
display: inline-flex;
|
|
30152
30139
|
align-items: center;
|
|
@@ -30165,6 +30152,19 @@ html body {
|
|
|
30165
30152
|
animation: rotate 680ms linear infinite;
|
|
30166
30153
|
}
|
|
30167
30154
|
|
|
30155
|
+
.iap75of {
|
|
30156
|
+
height: 18px;
|
|
30157
|
+
line-height: 18px;
|
|
30158
|
+
padding: 0 4px;
|
|
30159
|
+
border-radius: 4px;
|
|
30160
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30161
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30162
|
+
display: flex;
|
|
30163
|
+
align-items: center;
|
|
30164
|
+
white-space: nowrap;
|
|
30165
|
+
margin-right: 4px;
|
|
30166
|
+
}
|
|
30167
|
+
|
|
30168
30168
|
.obf05yr {
|
|
30169
30169
|
display: inline-block;
|
|
30170
30170
|
}
|
|
@@ -32151,6 +32151,80 @@ input.rrg1fkn.ant-input {
|
|
|
32151
32151
|
display: flex;
|
|
32152
32152
|
}
|
|
32153
32153
|
|
|
32154
|
+
.s14dk8r1 {
|
|
32155
|
+
margin: 0;
|
|
32156
|
+
border-radius: 20px;
|
|
32157
|
+
padding: 2px 10px;
|
|
32158
|
+
height: 22px;
|
|
32159
|
+
}
|
|
32160
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32161
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32162
|
+
}
|
|
32163
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32164
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32165
|
+
}
|
|
32166
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32167
|
+
color: #00122e;
|
|
32168
|
+
}
|
|
32169
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32170
|
+
margin-right: 6px;
|
|
32171
|
+
}
|
|
32172
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32173
|
+
margin-left: 4px;
|
|
32174
|
+
}
|
|
32175
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32176
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32177
|
+
}
|
|
32178
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32179
|
+
background-color: #0080ff;
|
|
32180
|
+
}
|
|
32181
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32182
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32183
|
+
}
|
|
32184
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32185
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32186
|
+
}
|
|
32187
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32188
|
+
background-color: #f0483e;
|
|
32189
|
+
}
|
|
32190
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32191
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32192
|
+
}
|
|
32193
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32194
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32195
|
+
}
|
|
32196
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32197
|
+
background-color: #fea008;
|
|
32198
|
+
}
|
|
32199
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32200
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32201
|
+
}
|
|
32202
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32203
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32204
|
+
}
|
|
32205
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32206
|
+
background-color: #00ba5d;
|
|
32207
|
+
}
|
|
32208
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32209
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32210
|
+
}
|
|
32211
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32212
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32213
|
+
}
|
|
32214
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32215
|
+
background-color: #6b7d99;
|
|
32216
|
+
}
|
|
32217
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32218
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32219
|
+
}
|
|
32220
|
+
|
|
32221
|
+
.s1uupoto {
|
|
32222
|
+
width: 8px;
|
|
32223
|
+
height: 8px;
|
|
32224
|
+
border-radius: 50%;
|
|
32225
|
+
display: inline-block;
|
|
32226
|
+
}
|
|
32227
|
+
|
|
32154
32228
|
.s1uupxds {
|
|
32155
32229
|
padding: 0 8px;
|
|
32156
32230
|
border-radius: 4px;
|
|
@@ -32226,165 +32300,189 @@ input.rrg1fkn.ant-input {
|
|
|
32226
32300
|
background-color: #6b7d99;
|
|
32227
32301
|
}
|
|
32228
32302
|
|
|
32229
|
-
.
|
|
32230
|
-
|
|
32231
|
-
text-align: center;
|
|
32232
|
-
display: flex;
|
|
32233
|
-
align-items: center;
|
|
32234
|
-
justify-content: center;
|
|
32235
|
-
flex-direction: column;
|
|
32236
|
-
height: 100%;
|
|
32303
|
+
.sq6vos1 {
|
|
32304
|
+
--item-min-width: 60px;
|
|
32237
32305
|
}
|
|
32238
|
-
.
|
|
32306
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32307
|
+
display: none !important;
|
|
32308
|
+
}
|
|
32309
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32310
|
+
flex-shrink: 0 !important;
|
|
32311
|
+
}
|
|
32312
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32239
32313
|
color: #0080ff;
|
|
32240
|
-
cursor: pointer;
|
|
32241
32314
|
}
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
|
|
32245
|
-
height: 100%;
|
|
32246
|
-
display: flex;
|
|
32247
|
-
flex-direction: column;
|
|
32315
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32316
|
+
color: #0080ff;
|
|
32317
|
+
font-weight: normal;
|
|
32248
32318
|
}
|
|
32249
|
-
.
|
|
32250
|
-
|
|
32251
|
-
display: flex;
|
|
32252
|
-
line-height: 30px;
|
|
32253
|
-
padding: 0 16px;
|
|
32254
|
-
justify-content: space-between;
|
|
32319
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32320
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32255
32321
|
}
|
|
32256
|
-
.
|
|
32257
|
-
|
|
32258
|
-
font-size: 12px;
|
|
32259
|
-
align-items: center;
|
|
32322
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32323
|
+
color: #00122e;
|
|
32260
32324
|
}
|
|
32261
|
-
.
|
|
32262
|
-
|
|
32325
|
+
.sq6vos1 .step-item-text {
|
|
32326
|
+
display: inline-block;
|
|
32263
32327
|
}
|
|
32264
|
-
.
|
|
32265
|
-
|
|
32328
|
+
.sq6vos1 .step-item-title {
|
|
32329
|
+
overflow: hidden;
|
|
32330
|
+
white-space: nowrap;
|
|
32331
|
+
text-overflow: ellipsis;
|
|
32266
32332
|
}
|
|
32267
|
-
|
|
32268
|
-
|
|
32269
|
-
|
|
32333
|
+
|
|
32334
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32335
|
+
min-width: var(--item-min-width);
|
|
32270
32336
|
}
|
|
32271
|
-
.
|
|
32272
|
-
|
|
32273
|
-
width: 100%;
|
|
32274
|
-
display: flex;
|
|
32275
|
-
justify-content: center;
|
|
32276
|
-
align-items: center;
|
|
32337
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32338
|
+
cursor: not-allowed !important;
|
|
32277
32339
|
}
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32340
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32341
|
+
flex-direction: row;
|
|
32342
|
+
justify-content: stretch;
|
|
32280
32343
|
}
|
|
32281
|
-
|
|
32282
|
-
|
|
32283
|
-
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
overflow: hidden;
|
|
32287
|
-
width: 100%;
|
|
32344
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32345
|
+
padding: 0;
|
|
32346
|
+
margin-right: 4px;
|
|
32347
|
+
flex: 1;
|
|
32348
|
+
overflow: visible;
|
|
32288
32349
|
}
|
|
32289
|
-
.
|
|
32290
|
-
|
|
32291
|
-
|
|
32350
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32351
|
+
width: 100%;
|
|
32352
|
+
min-height: unset;
|
|
32292
32353
|
}
|
|
32293
|
-
|
|
32294
|
-
|
|
32295
|
-
|
|
32296
|
-
|
|
32297
|
-
|
|
32354
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32355
|
+
height: 26px;
|
|
32356
|
+
line-height: 26px;
|
|
32357
|
+
width: 100%;
|
|
32358
|
+
padding: 0;
|
|
32298
32359
|
font-size: 12px;
|
|
32299
|
-
cursor: pointer;
|
|
32300
32360
|
}
|
|
32301
|
-
.
|
|
32302
|
-
margin-right:
|
|
32361
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32362
|
+
margin-right: 10px;
|
|
32303
32363
|
}
|
|
32304
|
-
.
|
|
32305
|
-
|
|
32364
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32365
|
+
display: none;
|
|
32306
32366
|
}
|
|
32307
|
-
.
|
|
32308
|
-
|
|
32367
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32368
|
+
padding-left: 8px;
|
|
32369
|
+
padding-right: 4px;
|
|
32370
|
+
border-radius: 4px 0 0 4px;
|
|
32309
32371
|
}
|
|
32310
|
-
|
|
32311
|
-
|
|
32312
|
-
display: inline-block;
|
|
32313
|
-
height: 8px;
|
|
32314
|
-
width: 8px;
|
|
32315
|
-
margin-right: 8px;
|
|
32372
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32373
|
+
margin-right: 0;
|
|
32316
32374
|
}
|
|
32317
|
-
|
|
32318
|
-
|
|
32319
|
-
|
|
32320
|
-
|
|
32321
|
-
font-size: 12px;
|
|
32322
|
-
margin: 0;
|
|
32375
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32376
|
+
padding-right: 8px;
|
|
32377
|
+
padding-left: 12px;
|
|
32378
|
+
border-radius: 0 4px 4px 0;
|
|
32323
32379
|
}
|
|
32324
|
-
|
|
32325
|
-
|
|
32380
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32381
|
+
content: "";
|
|
32382
|
+
width: 0;
|
|
32383
|
+
height: 0;
|
|
32384
|
+
border: 13px solid transparent;
|
|
32385
|
+
position: absolute;
|
|
32386
|
+
top: 0;
|
|
32387
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32388
|
+
z-index: 2;
|
|
32326
32389
|
position: relative;
|
|
32390
|
+
top: -50%;
|
|
32391
|
+
right: -100%;
|
|
32327
32392
|
}
|
|
32328
|
-
.
|
|
32329
|
-
|
|
32393
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32394
|
+
padding: 0 4px 0 12px;
|
|
32330
32395
|
}
|
|
32331
|
-
.
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
|
|
32335
|
-
|
|
32396
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32397
|
+
content: "";
|
|
32398
|
+
width: 0;
|
|
32399
|
+
height: 0;
|
|
32400
|
+
border: 13px solid transparent;
|
|
32401
|
+
position: absolute;
|
|
32402
|
+
top: 0;
|
|
32403
|
+
border-left: 8px solid #fff;
|
|
32404
|
+
left: 0;
|
|
32336
32405
|
}
|
|
32337
|
-
.
|
|
32338
|
-
|
|
32339
|
-
font-size: 12px;
|
|
32340
|
-
align-items: center;
|
|
32406
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32407
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32341
32408
|
}
|
|
32342
|
-
.
|
|
32343
|
-
color:
|
|
32409
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32410
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32344
32411
|
}
|
|
32345
|
-
.
|
|
32346
|
-
|
|
32412
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32413
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32347
32414
|
}
|
|
32348
|
-
.
|
|
32349
|
-
margin-left: 10px;
|
|
32415
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32350
32416
|
cursor: pointer;
|
|
32417
|
+
min-width: var(--item-min-width);
|
|
32351
32418
|
}
|
|
32352
|
-
.
|
|
32353
|
-
|
|
32419
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32420
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32421
|
+
min-width: var(--item-min-width);
|
|
32354
32422
|
}
|
|
32355
|
-
.
|
|
32356
|
-
|
|
32357
|
-
|
|
32423
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32424
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32425
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32426
|
+
}
|
|
32427
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32428
|
+
padding: 0;
|
|
32429
|
+
}
|
|
32430
|
+
|
|
32431
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32432
|
+
width: 138px;
|
|
32433
|
+
row-gap: 2px;
|
|
32434
|
+
}
|
|
32435
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32358
32436
|
padding: 0 8px;
|
|
32359
32437
|
border-radius: 4px;
|
|
32360
|
-
|
|
32361
|
-
|
|
32362
|
-
|
|
32363
|
-
transform: translateX(-50%);
|
|
32438
|
+
height: 32px;
|
|
32439
|
+
display: flex;
|
|
32440
|
+
align-items: center;
|
|
32364
32441
|
}
|
|
32365
|
-
|
|
32366
|
-
|
|
32367
|
-
|
|
32442
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32443
|
+
min-height: auto;
|
|
32444
|
+
white-space: nowrap;
|
|
32445
|
+
}
|
|
32446
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32447
|
+
font-size: 13px;
|
|
32448
|
+
line-height: 20px;
|
|
32449
|
+
max-width: 100%;
|
|
32450
|
+
}
|
|
32451
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32452
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32368
32453
|
}
|
|
32369
32454
|
|
|
32370
|
-
.
|
|
32371
|
-
|
|
32455
|
+
.h1xo7yjb {
|
|
32456
|
+
width: 100%;
|
|
32457
|
+
display: inline-flex;
|
|
32372
32458
|
align-items: center;
|
|
32373
|
-
justify-content:
|
|
32374
|
-
|
|
32375
|
-
color: #b4beca;
|
|
32376
|
-
font-size: 12px;
|
|
32377
|
-
padding: 3px 6px;
|
|
32459
|
+
justify-content: center;
|
|
32460
|
+
column-gap: 4px;
|
|
32378
32461
|
}
|
|
32379
|
-
.
|
|
32380
|
-
|
|
32462
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32463
|
+
display: inline-flex;
|
|
32464
|
+
align-items: center;
|
|
32465
|
+
width: 18px;
|
|
32466
|
+
height: 18px;
|
|
32467
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32468
|
+
justify-content: center;
|
|
32381
32469
|
}
|
|
32382
|
-
|
|
32383
|
-
|
|
32470
|
+
|
|
32471
|
+
.v1f2f7cy {
|
|
32472
|
+
width: 100%;
|
|
32473
|
+
display: flex;
|
|
32474
|
+
align-items: center;
|
|
32475
|
+
justify-content: center;
|
|
32476
|
+
column-gap: 6px;
|
|
32477
|
+
font-size: 13px;
|
|
32384
32478
|
}
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32387
|
-
|
|
32479
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32480
|
+
display: inline-flex;
|
|
32481
|
+
align-items: center;
|
|
32482
|
+
min-width: 20px;
|
|
32483
|
+
min-height: 20px;
|
|
32484
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32485
|
+
justify-content: center;
|
|
32388
32486
|
}
|
|
32389
32487
|
|
|
32390
32488
|
.t1gz6wqf {
|
|
@@ -32417,193 +32515,165 @@ input.rrg1fkn.ant-input {
|
|
|
32417
32515
|
background: rgba(163, 180, 204, 0.18);
|
|
32418
32516
|
}
|
|
32419
32517
|
|
|
32420
|
-
.
|
|
32421
|
-
--item-min-width: 60px;
|
|
32422
|
-
}
|
|
32423
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32424
|
-
display: none !important;
|
|
32425
|
-
}
|
|
32426
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32427
|
-
flex-shrink: 0 !important;
|
|
32428
|
-
}
|
|
32429
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32430
|
-
color: #0080ff;
|
|
32431
|
-
}
|
|
32432
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32433
|
-
color: #0080ff;
|
|
32434
|
-
font-weight: normal;
|
|
32435
|
-
}
|
|
32436
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32518
|
+
.m1thnes4 {
|
|
32437
32519
|
color: rgba(44, 56, 82, 0.6);
|
|
32520
|
+
text-align: center;
|
|
32521
|
+
display: flex;
|
|
32522
|
+
align-items: center;
|
|
32523
|
+
justify-content: center;
|
|
32524
|
+
flex-direction: column;
|
|
32525
|
+
height: 100%;
|
|
32438
32526
|
}
|
|
32439
|
-
.
|
|
32440
|
-
color: #
|
|
32441
|
-
|
|
32442
|
-
.sq6vos1 .step-item-text {
|
|
32443
|
-
display: inline-block;
|
|
32444
|
-
}
|
|
32445
|
-
.sq6vos1 .step-item-title {
|
|
32446
|
-
overflow: hidden;
|
|
32447
|
-
white-space: nowrap;
|
|
32448
|
-
text-overflow: ellipsis;
|
|
32527
|
+
.m1thnes4 .link {
|
|
32528
|
+
color: #0080ff;
|
|
32529
|
+
cursor: pointer;
|
|
32449
32530
|
}
|
|
32450
32531
|
|
|
32451
|
-
.
|
|
32452
|
-
min-width: var(--item-min-width);
|
|
32453
|
-
}
|
|
32454
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32455
|
-
cursor: not-allowed !important;
|
|
32456
|
-
}
|
|
32457
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32458
|
-
flex-direction: row;
|
|
32459
|
-
justify-content: stretch;
|
|
32460
|
-
}
|
|
32461
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32462
|
-
padding: 0;
|
|
32463
|
-
margin-right: 4px;
|
|
32464
|
-
flex: 1;
|
|
32465
|
-
overflow: visible;
|
|
32466
|
-
}
|
|
32467
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32532
|
+
.m1bixfdy {
|
|
32468
32533
|
width: 100%;
|
|
32469
|
-
|
|
32534
|
+
height: 100%;
|
|
32535
|
+
display: flex;
|
|
32536
|
+
flex-direction: column;
|
|
32470
32537
|
}
|
|
32471
|
-
.
|
|
32472
|
-
height: 26px;
|
|
32473
|
-
line-height: 26px;
|
|
32538
|
+
.m1bixfdy .name-toolbar {
|
|
32474
32539
|
width: 100%;
|
|
32475
|
-
|
|
32540
|
+
display: flex;
|
|
32541
|
+
line-height: 30px;
|
|
32542
|
+
padding: 0 16px;
|
|
32543
|
+
justify-content: space-between;
|
|
32544
|
+
}
|
|
32545
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32546
|
+
display: flex;
|
|
32476
32547
|
font-size: 12px;
|
|
32548
|
+
align-items: center;
|
|
32477
32549
|
}
|
|
32478
|
-
.
|
|
32479
|
-
|
|
32550
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32551
|
+
color: #a3b4cc;
|
|
32480
32552
|
}
|
|
32481
|
-
.
|
|
32482
|
-
|
|
32553
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32554
|
+
margin-left: 10px;
|
|
32483
32555
|
}
|
|
32484
|
-
.
|
|
32485
|
-
|
|
32486
|
-
|
|
32487
|
-
border-radius: 4px 0 0 4px;
|
|
32556
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32557
|
+
margin-left: 10px;
|
|
32558
|
+
cursor: pointer;
|
|
32488
32559
|
}
|
|
32489
|
-
.
|
|
32490
|
-
|
|
32560
|
+
.m1bixfdy .content {
|
|
32561
|
+
flex: 1;
|
|
32562
|
+
width: 100%;
|
|
32563
|
+
display: flex;
|
|
32564
|
+
justify-content: center;
|
|
32565
|
+
align-items: center;
|
|
32491
32566
|
}
|
|
32492
|
-
.
|
|
32493
|
-
|
|
32494
|
-
padding-left: 12px;
|
|
32495
|
-
border-radius: 0 4px 4px 0;
|
|
32567
|
+
.m1bixfdy .single-content {
|
|
32568
|
+
height: 65px;
|
|
32496
32569
|
}
|
|
32497
|
-
|
|
32498
|
-
|
|
32499
|
-
|
|
32500
|
-
|
|
32501
|
-
|
|
32502
|
-
|
|
32503
|
-
|
|
32504
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32505
|
-
z-index: 2;
|
|
32506
|
-
position: relative;
|
|
32507
|
-
top: -50%;
|
|
32508
|
-
right: -100%;
|
|
32570
|
+
|
|
32571
|
+
.lfamfcw {
|
|
32572
|
+
display: flex;
|
|
32573
|
+
align-items: center;
|
|
32574
|
+
white-space: nowrap;
|
|
32575
|
+
overflow: hidden;
|
|
32576
|
+
width: 100%;
|
|
32509
32577
|
}
|
|
32510
|
-
.
|
|
32511
|
-
|
|
32578
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32579
|
+
margin-left: auto;
|
|
32580
|
+
font-size: 12px;
|
|
32512
32581
|
}
|
|
32513
|
-
|
|
32514
|
-
|
|
32515
|
-
|
|
32516
|
-
|
|
32517
|
-
|
|
32518
|
-
|
|
32519
|
-
|
|
32520
|
-
border-left: 8px solid #fff;
|
|
32521
|
-
left: 0;
|
|
32582
|
+
|
|
32583
|
+
.la6u9b4 {
|
|
32584
|
+
display: flex;
|
|
32585
|
+
justify-content: flex-start;
|
|
32586
|
+
align-items: center;
|
|
32587
|
+
font-size: 12px;
|
|
32588
|
+
cursor: pointer;
|
|
32522
32589
|
}
|
|
32523
|
-
.
|
|
32524
|
-
|
|
32590
|
+
.la6u9b4:not(:last-child) {
|
|
32591
|
+
margin-right: 20px;
|
|
32525
32592
|
}
|
|
32526
|
-
.
|
|
32527
|
-
|
|
32593
|
+
.la6u9b4.deselected {
|
|
32594
|
+
opacity: 0.4;
|
|
32528
32595
|
}
|
|
32529
|
-
.
|
|
32530
|
-
|
|
32596
|
+
.la6u9b4.deselected .color-block {
|
|
32597
|
+
background: #b4beca !important;
|
|
32531
32598
|
}
|
|
32532
|
-
|
|
32533
|
-
|
|
32534
|
-
|
|
32599
|
+
|
|
32600
|
+
.chhvk8b {
|
|
32601
|
+
display: inline-block;
|
|
32602
|
+
height: 8px;
|
|
32603
|
+
width: 8px;
|
|
32604
|
+
margin-right: 8px;
|
|
32535
32605
|
}
|
|
32536
|
-
|
|
32537
|
-
.
|
|
32538
|
-
|
|
32606
|
+
|
|
32607
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32608
|
+
display: flex;
|
|
32609
|
+
align-items: center;
|
|
32610
|
+
font-size: 12px;
|
|
32611
|
+
margin: 0;
|
|
32539
32612
|
}
|
|
32540
|
-
|
|
32541
|
-
.
|
|
32542
|
-
|
|
32613
|
+
|
|
32614
|
+
.m16f7gpb {
|
|
32615
|
+
position: relative;
|
|
32543
32616
|
}
|
|
32544
|
-
.
|
|
32545
|
-
|
|
32617
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32618
|
+
bottom: -12px;
|
|
32546
32619
|
}
|
|
32547
|
-
|
|
32548
|
-
|
|
32549
|
-
|
|
32550
|
-
|
|
32620
|
+
.m16f7gpb .metric-toolbar {
|
|
32621
|
+
display: flex;
|
|
32622
|
+
justify-content: space-between;
|
|
32623
|
+
line-height: 30px;
|
|
32624
|
+
margin: 0 16px;
|
|
32551
32625
|
}
|
|
32552
|
-
.
|
|
32553
|
-
padding: 0 8px;
|
|
32554
|
-
border-radius: 4px;
|
|
32555
|
-
height: 32px;
|
|
32626
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32556
32627
|
display: flex;
|
|
32628
|
+
font-size: 12px;
|
|
32557
32629
|
align-items: center;
|
|
32558
32630
|
}
|
|
32559
|
-
.
|
|
32560
|
-
|
|
32561
|
-
white-space: nowrap;
|
|
32631
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32632
|
+
color: #a3b4cc;
|
|
32562
32633
|
}
|
|
32563
|
-
.
|
|
32564
|
-
|
|
32565
|
-
line-height: 20px;
|
|
32566
|
-
max-width: 100%;
|
|
32634
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32635
|
+
margin-left: 10px;
|
|
32567
32636
|
}
|
|
32568
|
-
.
|
|
32569
|
-
|
|
32637
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32638
|
+
margin-left: 10px;
|
|
32639
|
+
cursor: pointer;
|
|
32570
32640
|
}
|
|
32571
|
-
|
|
32572
|
-
|
|
32573
|
-
width: 100%;
|
|
32574
|
-
display: inline-flex;
|
|
32575
|
-
align-items: center;
|
|
32576
|
-
justify-content: center;
|
|
32577
|
-
column-gap: 4px;
|
|
32641
|
+
.m16f7gpb .recharts-xAxis {
|
|
32642
|
+
font-size: 12px;
|
|
32578
32643
|
}
|
|
32579
|
-
.
|
|
32580
|
-
|
|
32581
|
-
|
|
32582
|
-
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
|
|
32644
|
+
.m16f7gpb .pointer-wrapper {
|
|
32645
|
+
position: absolute;
|
|
32646
|
+
bottom: 10px;
|
|
32647
|
+
padding: 0 8px;
|
|
32648
|
+
border-radius: 4px;
|
|
32649
|
+
font-size: 12px;
|
|
32650
|
+
color: #fff;
|
|
32651
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32652
|
+
transform: translateX(-50%);
|
|
32586
32653
|
}
|
|
32587
32654
|
|
|
32588
|
-
.
|
|
32589
|
-
width:
|
|
32655
|
+
.t1ipvk51 {
|
|
32656
|
+
min-width: 200px;
|
|
32657
|
+
}
|
|
32658
|
+
|
|
32659
|
+
.t1kgldps {
|
|
32590
32660
|
display: flex;
|
|
32591
32661
|
align-items: center;
|
|
32592
|
-
justify-content:
|
|
32593
|
-
|
|
32594
|
-
|
|
32662
|
+
justify-content: space-between;
|
|
32663
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32664
|
+
color: #b4beca;
|
|
32665
|
+
font-size: 12px;
|
|
32666
|
+
padding: 3px 6px;
|
|
32595
32667
|
}
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32598
|
-
align-items: center;
|
|
32599
|
-
min-width: 20px;
|
|
32600
|
-
min-height: 20px;
|
|
32601
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32602
|
-
justify-content: center;
|
|
32668
|
+
.t1kgldps:first-child {
|
|
32669
|
+
padding-top: 3px;
|
|
32603
32670
|
}
|
|
32604
|
-
|
|
32605
|
-
|
|
32606
|
-
|
|
32671
|
+
.t1kgldps:last-child {
|
|
32672
|
+
padding-bottom: 3px;
|
|
32673
|
+
}
|
|
32674
|
+
.t1kgldps .column-value {
|
|
32675
|
+
color: #fff;
|
|
32676
|
+
margin-left: 8px;
|
|
32607
32677
|
}
|
|
32608
32678
|
|
|
32609
32679
|
.c1udgdh2 {
|
|
@@ -32646,21 +32716,8 @@ input.rrg1fkn.ant-input {
|
|
|
32646
32716
|
margin-right: 2px;
|
|
32647
32717
|
}
|
|
32648
32718
|
|
|
32649
|
-
.
|
|
32650
|
-
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
|
-
.cav4gt6 {
|
|
32654
|
-
border-radius: 4px;
|
|
32655
|
-
background-color: white;
|
|
32656
|
-
}
|
|
32657
|
-
.cav4gt6.hoverable {
|
|
32658
|
-
cursor: pointer;
|
|
32659
|
-
}
|
|
32660
|
-
.cav4gt6.hoverable:hover {
|
|
32661
|
-
transition: all 200ms ease;
|
|
32662
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32663
|
-
transform: translateY(-4px);
|
|
32719
|
+
.c1k4vanq {
|
|
32720
|
+
padding: 0 16px 14px 16px;
|
|
32664
32721
|
}
|
|
32665
32722
|
|
|
32666
32723
|
.rrwcpby {
|
|
@@ -32679,6 +32736,23 @@ input.rrg1fkn.ant-input {
|
|
|
32679
32736
|
margin-right: 6px;
|
|
32680
32737
|
}
|
|
32681
32738
|
|
|
32739
|
+
.bab9xum {
|
|
32740
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32741
|
+
}
|
|
32742
|
+
|
|
32743
|
+
.cav4gt6 {
|
|
32744
|
+
border-radius: 4px;
|
|
32745
|
+
background-color: white;
|
|
32746
|
+
}
|
|
32747
|
+
.cav4gt6.hoverable {
|
|
32748
|
+
cursor: pointer;
|
|
32749
|
+
}
|
|
32750
|
+
.cav4gt6.hoverable:hover {
|
|
32751
|
+
transition: all 200ms ease;
|
|
32752
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32753
|
+
transform: translateY(-4px);
|
|
32754
|
+
}
|
|
32755
|
+
|
|
32682
32756
|
.f1p9ti6d {
|
|
32683
32757
|
width: 100%;
|
|
32684
32758
|
margin-bottom: 0 !important;
|
|
@@ -32710,6 +32784,55 @@ input.rrg1fkn.ant-input {
|
|
|
32710
32784
|
min-height: 0px;
|
|
32711
32785
|
}
|
|
32712
32786
|
|
|
32787
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32788
|
+
display: var(--at4ovwe-0);
|
|
32789
|
+
}
|
|
32790
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32791
|
+
padding: 5px 12px;
|
|
32792
|
+
display: inline-flex;
|
|
32793
|
+
line-height: 1.5715;
|
|
32794
|
+
height: 100%;
|
|
32795
|
+
width: 100%;
|
|
32796
|
+
}
|
|
32797
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32798
|
+
content: var(--at4ovwe-1);
|
|
32799
|
+
display: var(--at4ovwe-2);
|
|
32800
|
+
flex: none;
|
|
32801
|
+
align-items: center;
|
|
32802
|
+
margin-left: 4px;
|
|
32803
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32804
|
+
}
|
|
32805
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32806
|
+
content: var(--at4ovwe-3);
|
|
32807
|
+
display: var(--at4ovwe-4);
|
|
32808
|
+
flex: none;
|
|
32809
|
+
align-items: center;
|
|
32810
|
+
margin-right: 4px;
|
|
32811
|
+
cursor: auto;
|
|
32812
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32813
|
+
}
|
|
32814
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32815
|
+
border-radius: 0;
|
|
32816
|
+
}
|
|
32817
|
+
.at4ovwe.ant-input-number {
|
|
32818
|
+
width: 100%;
|
|
32819
|
+
border-radius: 6px;
|
|
32820
|
+
}
|
|
32821
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32822
|
+
border-color: #0096ff;
|
|
32823
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32824
|
+
}
|
|
32825
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32826
|
+
border-color: #e75a3a;
|
|
32827
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe .ant-input-number-input {
|
|
32830
|
+
padding: 0;
|
|
32831
|
+
margin: 0;
|
|
32832
|
+
height: auto;
|
|
32833
|
+
font-size: inherit;
|
|
32834
|
+
}
|
|
32835
|
+
|
|
32713
32836
|
.tc40oxa {
|
|
32714
32837
|
margin-bottom: 4px;
|
|
32715
32838
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32903,55 +33026,6 @@ input.rrg1fkn.ant-input {
|
|
|
32903
33026
|
margin-right: 8px;
|
|
32904
33027
|
}
|
|
32905
33028
|
|
|
32906
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32907
|
-
display: var(--at4ovwe-0);
|
|
32908
|
-
}
|
|
32909
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32910
|
-
padding: 5px 12px;
|
|
32911
|
-
display: inline-flex;
|
|
32912
|
-
line-height: 1.5715;
|
|
32913
|
-
height: 100%;
|
|
32914
|
-
width: 100%;
|
|
32915
|
-
}
|
|
32916
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32917
|
-
content: var(--at4ovwe-1);
|
|
32918
|
-
display: var(--at4ovwe-2);
|
|
32919
|
-
flex: none;
|
|
32920
|
-
align-items: center;
|
|
32921
|
-
margin-left: 4px;
|
|
32922
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32923
|
-
}
|
|
32924
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32925
|
-
content: var(--at4ovwe-3);
|
|
32926
|
-
display: var(--at4ovwe-4);
|
|
32927
|
-
flex: none;
|
|
32928
|
-
align-items: center;
|
|
32929
|
-
margin-right: 4px;
|
|
32930
|
-
cursor: auto;
|
|
32931
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32932
|
-
}
|
|
32933
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32934
|
-
border-radius: 0;
|
|
32935
|
-
}
|
|
32936
|
-
.at4ovwe.ant-input-number {
|
|
32937
|
-
width: 100%;
|
|
32938
|
-
border-radius: 6px;
|
|
32939
|
-
}
|
|
32940
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32941
|
-
border-color: #0096ff;
|
|
32942
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32943
|
-
}
|
|
32944
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32945
|
-
border-color: #e75a3a;
|
|
32946
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32947
|
-
}
|
|
32948
|
-
.at4ovwe .ant-input-number-input {
|
|
32949
|
-
padding: 0;
|
|
32950
|
-
margin: 0;
|
|
32951
|
-
height: auto;
|
|
32952
|
-
font-size: inherit;
|
|
32953
|
-
}
|
|
32954
|
-
|
|
32955
33029
|
.w1xcixj5.outside-tag {
|
|
32956
33030
|
padding-left: 0;
|
|
32957
33031
|
}
|
|
@@ -32961,11 +33035,6 @@ input.rrg1fkn.ant-input {
|
|
|
32961
33035
|
margin-right: 4px;
|
|
32962
33036
|
}
|
|
32963
33037
|
|
|
32964
|
-
.iwsze0q {
|
|
32965
|
-
margin-right: 4px;
|
|
32966
|
-
height: 16px;
|
|
32967
|
-
}
|
|
32968
|
-
|
|
32969
33038
|
.sut42l0 {
|
|
32970
33039
|
padding: 0 8px;
|
|
32971
33040
|
height: 18px;
|
|
@@ -32985,23 +33054,9 @@ input.rrg1fkn.ant-input {
|
|
|
32985
33054
|
height: 16px;
|
|
32986
33055
|
}
|
|
32987
33056
|
|
|
32988
|
-
.
|
|
32989
|
-
margin-
|
|
32990
|
-
|
|
32991
|
-
.feau332 .ant-form-item-explain {
|
|
32992
|
-
display: none;
|
|
32993
|
-
min-height: 18px;
|
|
32994
|
-
margin-top: 5px;
|
|
32995
|
-
font-family: "Inter";
|
|
32996
|
-
font-weight: 400;
|
|
32997
|
-
font-size: 12px;
|
|
32998
|
-
line-height: 18px;
|
|
32999
|
-
}
|
|
33000
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33001
|
-
white-space: pre-wrap;
|
|
33002
|
-
}
|
|
33003
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33004
|
-
display: block;
|
|
33057
|
+
.iwsze0q {
|
|
33058
|
+
margin-right: 4px;
|
|
33059
|
+
height: 16px;
|
|
33005
33060
|
}
|
|
33006
33061
|
|
|
33007
33062
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -33033,4 +33088,23 @@ input.rrg1fkn.ant-input {
|
|
|
33033
33088
|
margin: 0;
|
|
33034
33089
|
height: auto;
|
|
33035
33090
|
font-size: inherit;
|
|
33091
|
+
}
|
|
33092
|
+
|
|
33093
|
+
.feau332.ant-form-item {
|
|
33094
|
+
margin-bottom: 0;
|
|
33095
|
+
}
|
|
33096
|
+
.feau332 .ant-form-item-explain {
|
|
33097
|
+
display: none;
|
|
33098
|
+
min-height: 18px;
|
|
33099
|
+
margin-top: 5px;
|
|
33100
|
+
font-family: "Inter";
|
|
33101
|
+
font-weight: 400;
|
|
33102
|
+
font-size: 12px;
|
|
33103
|
+
line-height: 18px;
|
|
33104
|
+
}
|
|
33105
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33106
|
+
white-space: pre-wrap;
|
|
33107
|
+
}
|
|
33108
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33109
|
+
display: block;
|
|
33036
33110
|
}
|