@cloudtower/eagle 0.26.27 → 0.26.29

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/style.css CHANGED
@@ -30258,59 +30258,13 @@ html body {
30258
30258
  margin-right: 4px;
30259
30259
  }
30260
30260
 
30261
- .s34f1qb.ant-switch {
30262
- min-width: 40px;
30263
- height: 24px;
30264
- background: rgba(172, 186, 211, 0.6);
30265
- overflow: hidden;
30266
- }
30267
- .s34f1qb.ant-switch:focus {
30268
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30269
- }
30270
- .s34f1qb.ant-switch-small {
30271
- min-width: 26px;
30272
- height: 16px;
30273
- }
30274
- .s34f1qb.ant-switch-large {
30275
- min-width: 52px;
30276
- height: 32px;
30277
- }
30278
- .s34f1qb.ant-switch .ant-switch-handle {
30279
- height: 20px;
30280
- width: 20px;
30281
- }
30282
- .s34f1qb.ant-switch .ant-switch-handle::before {
30283
- border-radius: 10px;
30284
- transition-delay: 120ms;
30285
- }
30286
- .s34f1qb.ant-switch-small .ant-switch-handle {
30287
- height: 14px;
30288
- width: 14px;
30289
- top: 1px;
30290
- left: 1px;
30291
- }
30292
- .s34f1qb.ant-switch-large .ant-switch-handle {
30293
- height: 28px;
30294
- width: 28px;
30295
- }
30296
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30297
- border-radius: 14px;
30298
- }
30299
- .s34f1qb.ant-switch-checked {
30300
- background-color: #00ba5d;
30301
- }
30302
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30303
- left: calc(100% - 20px - 2px);
30304
- }
30305
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30306
- left: calc(100% - 14px - 1px);
30307
- }
30308
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30309
- left: calc(100% - 28px - 2px);
30261
+ .obf05yr {
30262
+ display: inline-block;
30310
30263
  }
30311
30264
 
30312
- .c1to9vb9 {
30313
- margin-left: 5px;
30265
+ .hsms1n6 {
30266
+ visibility: hidden;
30267
+ position: absolute;
30314
30268
  }
30315
30269
 
30316
30270
  .p12gwtiw {
@@ -30370,159 +30324,59 @@ html body {
30370
30324
  line-height: 18px;
30371
30325
  }
30372
30326
 
30373
- .rxbeqvl.ant-radio-wrapper {
30374
- display: inline-flex;
30375
- align-items: baseline;
30376
- white-space: pre-wrap;
30377
- }
30378
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30379
- position: relative;
30380
- top: 3px;
30381
- }
30382
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30383
- border-color: rgba(107, 128, 167, 0.6);
30384
- }
30385
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30386
- border-color: #0080ff;
30387
- }
30388
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30389
- border-color: #0080ff;
30390
- background: #0080ff;
30391
- }
30392
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30393
- top: 4px;
30394
- left: 4px;
30395
- width: 6px;
30396
- height: 6px;
30397
- background: #fff;
30398
- }
30399
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30400
- opacity: 0.5;
30401
- }
30402
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30403
- border-color: rgba(107, 128, 167, 0.6);
30404
- background: rgba(211, 218, 235, 0.6);
30405
- }
30406
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30407
- background: #00122e;
30408
- }
30409
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30410
- color: #00122e;
30411
- opacity: 0.5;
30412
- }
30413
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30414
- color: #00122e;
30415
- }
30416
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30417
- display: inline-block;
30418
- padding: 0;
30419
- padding-left: 12px;
30420
- }
30421
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30422
- margin-bottom: 0;
30423
- white-space: pre-wrap;
30424
- color: rgba(44, 56, 82, 0.6);
30425
- }
30426
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30427
- padding-left: 8px;
30428
- }
30429
-
30430
- .r5ie79y .ant-radio-button-wrapper:first-child {
30431
- border-radius: 5px 0 0 5px;
30432
- }
30433
- .r5ie79y .ant-radio-button-wrapper:last-child {
30434
- border-radius: 0 5px 5px 0;
30327
+ .s34f1qb.ant-switch {
30328
+ min-width: 40px;
30329
+ height: 24px;
30330
+ background: rgba(172, 186, 211, 0.6);
30331
+ overflow: hidden;
30435
30332
  }
30436
-
30437
- .r1f0aqcc {
30438
- color: #00122e;
30439
- border-color: #ccd4e3;
30333
+ .s34f1qb.ant-switch:focus {
30334
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30440
30335
  }
30441
- .r1f0aqcc:first-child {
30442
- border-color: #a3b4cc;
30336
+ .s34f1qb.ant-switch-small {
30337
+ min-width: 26px;
30338
+ height: 16px;
30443
30339
  }
30444
- .r1f0aqcc.ant-radio-button-wrapper {
30445
- padding: 0 12px;
30446
- line-height: 32px;
30340
+ .s34f1qb.ant-switch-large {
30341
+ min-width: 52px;
30447
30342
  height: 32px;
30448
30343
  }
30449
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30450
- white-space: nowrap;
30451
- }
30452
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30453
- height: 22px;
30454
- padding: 0 7px;
30455
- line-height: 20px;
30456
- }
30457
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30458
- background: #ccd4e3;
30459
- }
30460
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30461
- background: #0080ff;
30462
- }
30463
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30464
- background: #ccd4e3;
30465
- opacity: 0.5;
30466
- }
30467
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30468
- border-right-color: #0080ff;
30469
- }
30470
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30471
- border-color: #0080ff;
30472
- }
30473
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30474
- background: rgba(0, 136, 255, 0.1);
30475
- }
30476
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30477
- background: rgba(211, 218, 235, 0.6);
30478
- border-color: #ccd4e3;
30479
- opacity: 0.5;
30480
- }
30481
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30482
- color: #00122e;
30483
- border-color: #ccd4e3;
30344
+ .s34f1qb.ant-switch .ant-switch-handle {
30345
+ height: 20px;
30346
+ width: 20px;
30484
30347
  }
30485
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30486
- color: #00122e;
30487
- border-color: #ccd4e3;
30488
- background: rgba(172, 186, 211, 0.6);
30348
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30349
+ border-radius: 10px;
30350
+ transition-delay: 120ms;
30489
30351
  }
30490
- .r1f0aqcc .ant-radio-button-input {
30491
- margin-right: 8px;
30492
- display: inline;
30493
- border: none;
30494
- padding: 0;
30495
- width: 36px;
30496
- background: transparent;
30352
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30353
+ height: 14px;
30354
+ width: 14px;
30355
+ top: 1px;
30356
+ left: 1px;
30497
30357
  }
30498
- .r1f0aqcc .ant-radio-button-input:focus {
30499
- box-shadow: none;
30358
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30359
+ height: 28px;
30360
+ width: 28px;
30500
30361
  }
30501
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30502
- margin-right: 0;
30503
- width: initial;
30504
- box-shadow: none;
30362
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30363
+ border-radius: 14px;
30505
30364
  }
30506
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30507
- display: none;
30365
+ .s34f1qb.ant-switch-checked {
30366
+ background-color: #00ba5d;
30508
30367
  }
30509
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30510
- display: inline;
30368
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30369
+ left: calc(100% - 20px - 2px);
30511
30370
  }
30512
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30513
- display: inline;
30514
- margin-right: 8px;
30515
- padding: 0;
30516
- width: 36px;
30371
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30372
+ left: calc(100% - 14px - 1px);
30517
30373
  }
30518
-
30519
- .obf05yr {
30520
- display: inline-block;
30374
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30375
+ left: calc(100% - 28px - 2px);
30521
30376
  }
30522
30377
 
30523
- .hsms1n6 {
30524
- visibility: hidden;
30525
- position: absolute;
30378
+ .c1to9vb9 {
30379
+ margin-left: 5px;
30526
30380
  }
30527
30381
 
30528
30382
  .cz04yix {
@@ -31136,25 +30990,171 @@ input.rrg1fkn.ant-input {
31136
30990
  border-bottom-left-radius: 0;
31137
30991
  }
31138
30992
 
31139
- .s1fc623g {
31140
- width: 430px !important;
30993
+ .rxbeqvl.ant-radio-wrapper {
30994
+ display: inline-flex;
30995
+ align-items: baseline;
30996
+ white-space: pre-wrap;
31141
30997
  }
31142
-
31143
- .da3mx0o .ant-select-item-group {
31144
- padding: 8px 16px;
31145
- line-height: 18px;
31146
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31147
- height: 34px;
31148
- min-height: 34px;
31149
- box-sizing: border-box;
31150
- margin-top: 8px;
30998
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30999
+ position: relative;
31000
+ top: 3px;
31151
31001
  }
31152
-
31153
- .onr9gzt {
31154
- display: flex;
31155
- flex-direction: column;
31156
- margin: 1px 8px;
31157
- padding: 8px;
31002
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31003
+ border-color: rgba(107, 128, 167, 0.6);
31004
+ }
31005
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31006
+ border-color: #0080ff;
31007
+ }
31008
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31009
+ border-color: #0080ff;
31010
+ background: #0080ff;
31011
+ }
31012
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31013
+ top: 4px;
31014
+ left: 4px;
31015
+ width: 6px;
31016
+ height: 6px;
31017
+ background: #fff;
31018
+ }
31019
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31020
+ opacity: 0.5;
31021
+ }
31022
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31023
+ border-color: rgba(107, 128, 167, 0.6);
31024
+ background: rgba(211, 218, 235, 0.6);
31025
+ }
31026
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31027
+ background: #00122e;
31028
+ }
31029
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31030
+ color: #00122e;
31031
+ opacity: 0.5;
31032
+ }
31033
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31034
+ color: #00122e;
31035
+ }
31036
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31037
+ display: inline-block;
31038
+ padding: 0;
31039
+ padding-left: 12px;
31040
+ }
31041
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31042
+ margin-bottom: 0;
31043
+ white-space: pre-wrap;
31044
+ color: rgba(44, 56, 82, 0.6);
31045
+ }
31046
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31047
+ padding-left: 8px;
31048
+ }
31049
+
31050
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31051
+ border-radius: 5px 0 0 5px;
31052
+ }
31053
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31054
+ border-radius: 0 5px 5px 0;
31055
+ }
31056
+
31057
+ .r1f0aqcc {
31058
+ color: #00122e;
31059
+ border-color: #ccd4e3;
31060
+ }
31061
+ .r1f0aqcc:first-child {
31062
+ border-color: #a3b4cc;
31063
+ }
31064
+ .r1f0aqcc.ant-radio-button-wrapper {
31065
+ padding: 0 12px;
31066
+ line-height: 32px;
31067
+ height: 32px;
31068
+ }
31069
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31070
+ white-space: nowrap;
31071
+ }
31072
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31073
+ height: 22px;
31074
+ padding: 0 7px;
31075
+ line-height: 20px;
31076
+ }
31077
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31078
+ background: #ccd4e3;
31079
+ }
31080
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31081
+ background: #0080ff;
31082
+ }
31083
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31084
+ background: #ccd4e3;
31085
+ opacity: 0.5;
31086
+ }
31087
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31088
+ border-right-color: #0080ff;
31089
+ }
31090
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31091
+ border-color: #0080ff;
31092
+ }
31093
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31094
+ background: rgba(0, 136, 255, 0.1);
31095
+ }
31096
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31097
+ background: rgba(211, 218, 235, 0.6);
31098
+ border-color: #ccd4e3;
31099
+ opacity: 0.5;
31100
+ }
31101
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31102
+ color: #00122e;
31103
+ border-color: #ccd4e3;
31104
+ }
31105
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31106
+ color: #00122e;
31107
+ border-color: #ccd4e3;
31108
+ background: rgba(172, 186, 211, 0.6);
31109
+ }
31110
+ .r1f0aqcc .ant-radio-button-input {
31111
+ margin-right: 8px;
31112
+ display: inline;
31113
+ border: none;
31114
+ padding: 0;
31115
+ width: 36px;
31116
+ background: transparent;
31117
+ }
31118
+ .r1f0aqcc .ant-radio-button-input:focus {
31119
+ box-shadow: none;
31120
+ }
31121
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31122
+ margin-right: 0;
31123
+ width: initial;
31124
+ box-shadow: none;
31125
+ }
31126
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31127
+ display: none;
31128
+ }
31129
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31130
+ display: inline;
31131
+ }
31132
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31133
+ display: inline;
31134
+ margin-right: 8px;
31135
+ padding: 0;
31136
+ width: 36px;
31137
+ }
31138
+
31139
+ .s1fc623g {
31140
+ width: 430px !important;
31141
+ }
31142
+
31143
+ .da3mx0o .ant-select-item-group {
31144
+ padding: 8px 16px;
31145
+ line-height: 18px;
31146
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31147
+ height: 34px;
31148
+ min-height: 34px;
31149
+ box-sizing: border-box;
31150
+ margin-top: 8px;
31151
+ }
31152
+
31153
+ .onr9gzt {
31154
+ display: flex;
31155
+ flex-direction: column;
31156
+ margin: 1px 8px;
31157
+ padding: 8px;
31158
31158
  border-radius: 4px;
31159
31159
  }
31160
31160
  .onr9gzt .selected-icon {
@@ -31303,7 +31303,7 @@ input.rrg1fkn.ant-input {
31303
31303
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31304
31304
  margin-bottom: -1px;
31305
31305
  }
31306
- .tta5kd2 .ant-table .time-wrapper .data,
31306
+ .tta5kd2 .ant-table .time-wrapper .date,
31307
31307
  .tta5kd2 .ant-table .value {
31308
31308
  color: #2d3a56;
31309
31309
  }
@@ -32318,71 +32318,327 @@ input.rrg1fkn.ant-input {
32318
32318
  display: inline-block;
32319
32319
  }
32320
32320
 
32321
- .sq6vos1 {
32322
- --item-min-width: 60px;
32323
- }
32324
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32325
- display: none !important;
32326
- }
32327
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32328
- flex-shrink: 0 !important;
32321
+ .t19ustft .date {
32322
+ margin-right: 4px;
32329
32323
  }
32330
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32331
- color: #0080ff;
32324
+
32325
+ .m1thnes4 {
32326
+ color: rgba(44, 56, 82, 0.6);
32327
+ text-align: center;
32328
+ display: flex;
32329
+ align-items: center;
32330
+ justify-content: center;
32331
+ flex-direction: column;
32332
+ height: 100%;
32332
32333
  }
32333
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32334
+ .m1thnes4 .link {
32334
32335
  color: #0080ff;
32335
- font-weight: normal;
32336
- }
32337
- .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 {
32338
- color: rgba(44, 56, 82, 0.6);
32336
+ cursor: pointer;
32339
32337
  }
32340
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32341
- color: #00122e;
32338
+
32339
+ .m1bixfdy {
32340
+ width: 100%;
32341
+ height: 100%;
32342
+ display: flex;
32343
+ flex-direction: column;
32342
32344
  }
32343
- .sq6vos1 .step-item-text {
32344
- display: inline-block;
32345
+ .m1bixfdy .name-toolbar {
32346
+ width: 100%;
32347
+ display: flex;
32348
+ line-height: 30px;
32349
+ padding: 0 16px;
32350
+ justify-content: space-between;
32345
32351
  }
32346
- .sq6vos1 .step-item-title {
32347
- overflow: hidden;
32348
- white-space: nowrap;
32349
- text-overflow: ellipsis;
32352
+ .m1bixfdy .name-toolbar .metric-extra {
32353
+ display: flex;
32354
+ font-size: 12px;
32355
+ align-items: center;
32350
32356
  }
32351
-
32352
- .hjtnwxg .ant-steps-item-container {
32353
- min-width: var(--item-min-width);
32357
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32358
+ color: #a3b4cc;
32354
32359
  }
32355
- .hjtnwxg .ant-steps-item-disabled {
32356
- cursor: not-allowed !important;
32360
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32361
+ margin-left: 10px;
32357
32362
  }
32358
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32359
- flex-direction: row;
32360
- justify-content: stretch;
32363
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32364
+ margin-left: 10px;
32365
+ cursor: pointer;
32361
32366
  }
32362
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32363
- padding: 0;
32364
- margin-right: 4px;
32367
+ .m1bixfdy .content {
32365
32368
  flex: 1;
32366
- overflow: visible;
32367
- }
32368
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32369
32369
  width: 100%;
32370
- min-height: unset;
32370
+ display: flex;
32371
+ justify-content: center;
32372
+ align-items: center;
32371
32373
  }
32372
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32373
- height: 26px;
32374
- line-height: 26px;
32375
- width: 100%;
32376
- padding: 0;
32377
- font-size: 12px;
32374
+ .m1bixfdy .single-content {
32375
+ height: 65px;
32378
32376
  }
32379
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32380
- margin-right: 10px;
32377
+
32378
+ .lfamfcw {
32379
+ display: flex;
32380
+ align-items: center;
32381
+ white-space: nowrap;
32382
+ overflow: hidden;
32383
+ width: 100%;
32381
32384
  }
32382
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32383
- display: none;
32385
+ .lfamfcw .ant-dropdown-trigger {
32386
+ margin-left: auto;
32387
+ font-size: 12px;
32384
32388
  }
32385
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32389
+
32390
+ .la6u9b4 {
32391
+ display: flex;
32392
+ justify-content: flex-start;
32393
+ align-items: center;
32394
+ font-size: 12px;
32395
+ cursor: pointer;
32396
+ }
32397
+ .la6u9b4:not(:last-child) {
32398
+ margin-right: 20px;
32399
+ }
32400
+ .la6u9b4.deselected {
32401
+ opacity: 0.4;
32402
+ }
32403
+ .la6u9b4.deselected .color-block {
32404
+ background: #b4beca !important;
32405
+ }
32406
+
32407
+ .chhvk8b {
32408
+ display: inline-block;
32409
+ height: 8px;
32410
+ width: 8px;
32411
+ margin-right: 8px;
32412
+ }
32413
+
32414
+ .e1sdlxq1 .ant-dropdown-menu-item {
32415
+ display: flex;
32416
+ align-items: center;
32417
+ font-size: 12px;
32418
+ margin: 0;
32419
+ }
32420
+
32421
+ .m16f7gpb {
32422
+ position: relative;
32423
+ }
32424
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32425
+ bottom: -12px;
32426
+ }
32427
+ .m16f7gpb .metric-toolbar {
32428
+ display: flex;
32429
+ justify-content: space-between;
32430
+ line-height: 30px;
32431
+ margin: 0 16px;
32432
+ }
32433
+ .m16f7gpb .metric-toolbar .metric-extra {
32434
+ display: flex;
32435
+ font-size: 12px;
32436
+ align-items: center;
32437
+ }
32438
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32439
+ color: #a3b4cc;
32440
+ }
32441
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32442
+ margin-left: 10px;
32443
+ }
32444
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32445
+ margin-left: 10px;
32446
+ cursor: pointer;
32447
+ }
32448
+ .m16f7gpb .recharts-xAxis {
32449
+ font-size: 12px;
32450
+ }
32451
+ .m16f7gpb .pointer-wrapper {
32452
+ position: absolute;
32453
+ bottom: 10px;
32454
+ padding: 0 8px;
32455
+ border-radius: 4px;
32456
+ font-size: 12px;
32457
+ color: #fff;
32458
+ background: rgba(0, 0, 0, 0.75);
32459
+ transform: translateX(-50%);
32460
+ }
32461
+
32462
+ .t1ipvk51 {
32463
+ min-width: 200px;
32464
+ }
32465
+
32466
+ .t1kgldps {
32467
+ display: flex;
32468
+ align-items: center;
32469
+ justify-content: space-between;
32470
+ background-color: rgba(0, 0, 0, 0.75);
32471
+ color: #b4beca;
32472
+ font-size: 12px;
32473
+ padding: 3px 6px;
32474
+ }
32475
+ .t1kgldps:first-child {
32476
+ padding-top: 3px;
32477
+ }
32478
+ .t1kgldps:last-child {
32479
+ padding-bottom: 3px;
32480
+ }
32481
+ .t1kgldps .column-value {
32482
+ color: #fff;
32483
+ margin-left: 8px;
32484
+ }
32485
+
32486
+ .s1uupxds {
32487
+ padding: 0 8px;
32488
+ border-radius: 4px;
32489
+ }
32490
+
32491
+ .m10sqwut {
32492
+ padding: 2px 8px;
32493
+ border-radius: 3px;
32494
+ }
32495
+
32496
+ .l1d492wb {
32497
+ padding: 3px 8px;
32498
+ border-radius: 2px;
32499
+ }
32500
+
32501
+ .t1lzavmu.ant-tag:hover {
32502
+ opacity: unset;
32503
+ }
32504
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32505
+ margin: 0;
32506
+ margin-right: 8px;
32507
+ display: inline-flex;
32508
+ align-items: center;
32509
+ border: none;
32510
+ }
32511
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32512
+ width: 16px;
32513
+ height: 16px;
32514
+ color: inherit;
32515
+ margin-left: 4px;
32516
+ opacity: 0.6;
32517
+ display: inline-flex;
32518
+ }
32519
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32520
+ opacity: 1;
32521
+ }
32522
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32523
+ color: #0080ff;
32524
+ background-color: rgba(0, 136, 255, 0.1);
32525
+ }
32526
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32527
+ color: #f0483e;
32528
+ background-color: rgba(255, 74, 74, 0.1);
32529
+ }
32530
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32531
+ color: #e07f00;
32532
+ background-color: rgba(255, 187, 0, 0.1);
32533
+ }
32534
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32535
+ color: #008f4c;
32536
+ background-color: rgba(30, 201, 127, 0.1);
32537
+ }
32538
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32539
+ color: #1d326c;
32540
+ background-color: rgba(225, 230, 241, 0.6);
32541
+ }
32542
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32543
+ color: #7E41FF;
32544
+ background-color: rgba(126, 65, 255, 0.1);
32545
+ }
32546
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32547
+ color: #fff;
32548
+ }
32549
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32550
+ background-color: #f0483e;
32551
+ }
32552
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32553
+ background-color: #fea008;
32554
+ }
32555
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32556
+ background-color: #00ba5d;
32557
+ }
32558
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32559
+ background-color: #0080ff;
32560
+ }
32561
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32562
+ background-color: #6b7d99;
32563
+ }
32564
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32565
+ background-color: #7E41FF;
32566
+ }
32567
+
32568
+ .o8ocss1 {
32569
+ overflow: hidden;
32570
+ text-overflow: ellipsis;
32571
+ }
32572
+
32573
+ .n17syc35 {
32574
+ white-space: nowrap;
32575
+ }
32576
+
32577
+ .sq6vos1 {
32578
+ --item-min-width: 60px;
32579
+ }
32580
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32581
+ display: none !important;
32582
+ }
32583
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32584
+ flex-shrink: 0 !important;
32585
+ }
32586
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32587
+ color: #0080ff;
32588
+ }
32589
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32590
+ color: #0080ff;
32591
+ font-weight: normal;
32592
+ }
32593
+ .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 {
32594
+ color: rgba(44, 56, 82, 0.6);
32595
+ }
32596
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32597
+ color: #00122e;
32598
+ }
32599
+ .sq6vos1 .step-item-text {
32600
+ display: inline-block;
32601
+ }
32602
+ .sq6vos1 .step-item-title {
32603
+ overflow: hidden;
32604
+ white-space: nowrap;
32605
+ text-overflow: ellipsis;
32606
+ }
32607
+
32608
+ .hjtnwxg .ant-steps-item-container {
32609
+ min-width: var(--item-min-width);
32610
+ }
32611
+ .hjtnwxg .ant-steps-item-disabled {
32612
+ cursor: not-allowed !important;
32613
+ }
32614
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32615
+ flex-direction: row;
32616
+ justify-content: stretch;
32617
+ }
32618
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32619
+ padding: 0;
32620
+ margin-right: 4px;
32621
+ flex: 1;
32622
+ overflow: visible;
32623
+ }
32624
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32625
+ width: 100%;
32626
+ min-height: unset;
32627
+ }
32628
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32629
+ height: 26px;
32630
+ line-height: 26px;
32631
+ width: 100%;
32632
+ padding: 0;
32633
+ font-size: 12px;
32634
+ }
32635
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32636
+ margin-right: 10px;
32637
+ }
32638
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32639
+ display: none;
32640
+ }
32641
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32386
32642
  padding-left: 8px;
32387
32643
  padding-right: 4px;
32388
32644
  border-radius: 4px 0 0 4px;
@@ -32533,15 +32789,6 @@ input.rrg1fkn.ant-input {
32533
32789
  background: rgba(163, 180, 204, 0.18);
32534
32790
  }
32535
32791
 
32536
- .o8ocss1 {
32537
- overflow: hidden;
32538
- text-overflow: ellipsis;
32539
- }
32540
-
32541
- .n17syc35 {
32542
- white-space: nowrap;
32543
- }
32544
-
32545
32792
  .c1k4vanq {
32546
32793
  padding: 0 12px 14px 12px;
32547
32794
  }
@@ -32586,167 +32833,6 @@ input.rrg1fkn.ant-input {
32586
32833
  margin-right: 2px;
32587
32834
  }
32588
32835
 
32589
- .m1thnes4 {
32590
- color: rgba(44, 56, 82, 0.6);
32591
- text-align: center;
32592
- display: flex;
32593
- align-items: center;
32594
- justify-content: center;
32595
- flex-direction: column;
32596
- height: 100%;
32597
- }
32598
- .m1thnes4 .link {
32599
- color: #0080ff;
32600
- cursor: pointer;
32601
- }
32602
-
32603
- .m1bixfdy {
32604
- width: 100%;
32605
- height: 100%;
32606
- display: flex;
32607
- flex-direction: column;
32608
- }
32609
- .m1bixfdy .name-toolbar {
32610
- width: 100%;
32611
- display: flex;
32612
- line-height: 30px;
32613
- padding: 0 16px;
32614
- justify-content: space-between;
32615
- }
32616
- .m1bixfdy .name-toolbar .metric-extra {
32617
- display: flex;
32618
- font-size: 12px;
32619
- align-items: center;
32620
- }
32621
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32622
- color: #a3b4cc;
32623
- }
32624
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32625
- margin-left: 10px;
32626
- }
32627
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32628
- margin-left: 10px;
32629
- cursor: pointer;
32630
- }
32631
- .m1bixfdy .content {
32632
- flex: 1;
32633
- width: 100%;
32634
- display: flex;
32635
- justify-content: center;
32636
- align-items: center;
32637
- }
32638
- .m1bixfdy .single-content {
32639
- height: 65px;
32640
- }
32641
-
32642
- .lfamfcw {
32643
- display: flex;
32644
- align-items: center;
32645
- white-space: nowrap;
32646
- overflow: hidden;
32647
- width: 100%;
32648
- }
32649
- .lfamfcw .ant-dropdown-trigger {
32650
- margin-left: auto;
32651
- font-size: 12px;
32652
- }
32653
-
32654
- .la6u9b4 {
32655
- display: flex;
32656
- justify-content: flex-start;
32657
- align-items: center;
32658
- font-size: 12px;
32659
- cursor: pointer;
32660
- }
32661
- .la6u9b4:not(:last-child) {
32662
- margin-right: 20px;
32663
- }
32664
- .la6u9b4.deselected {
32665
- opacity: 0.4;
32666
- }
32667
- .la6u9b4.deselected .color-block {
32668
- background: #b4beca !important;
32669
- }
32670
-
32671
- .chhvk8b {
32672
- display: inline-block;
32673
- height: 8px;
32674
- width: 8px;
32675
- margin-right: 8px;
32676
- }
32677
-
32678
- .e1sdlxq1 .ant-dropdown-menu-item {
32679
- display: flex;
32680
- align-items: center;
32681
- font-size: 12px;
32682
- margin: 0;
32683
- }
32684
-
32685
- .m16f7gpb {
32686
- position: relative;
32687
- }
32688
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32689
- bottom: -12px;
32690
- }
32691
- .m16f7gpb .metric-toolbar {
32692
- display: flex;
32693
- justify-content: space-between;
32694
- line-height: 30px;
32695
- margin: 0 16px;
32696
- }
32697
- .m16f7gpb .metric-toolbar .metric-extra {
32698
- display: flex;
32699
- font-size: 12px;
32700
- align-items: center;
32701
- }
32702
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32703
- color: #a3b4cc;
32704
- }
32705
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32706
- margin-left: 10px;
32707
- }
32708
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32709
- margin-left: 10px;
32710
- cursor: pointer;
32711
- }
32712
- .m16f7gpb .recharts-xAxis {
32713
- font-size: 12px;
32714
- }
32715
- .m16f7gpb .pointer-wrapper {
32716
- position: absolute;
32717
- bottom: 10px;
32718
- padding: 0 8px;
32719
- border-radius: 4px;
32720
- font-size: 12px;
32721
- color: #fff;
32722
- background: rgba(0, 0, 0, 0.75);
32723
- transform: translateX(-50%);
32724
- }
32725
-
32726
- .t1ipvk51 {
32727
- min-width: 200px;
32728
- }
32729
-
32730
- .t1kgldps {
32731
- display: flex;
32732
- align-items: center;
32733
- justify-content: space-between;
32734
- background-color: rgba(0, 0, 0, 0.75);
32735
- color: #b4beca;
32736
- font-size: 12px;
32737
- padding: 3px 6px;
32738
- }
32739
- .t1kgldps:first-child {
32740
- padding-top: 3px;
32741
- }
32742
- .t1kgldps:last-child {
32743
- padding-bottom: 3px;
32744
- }
32745
- .t1kgldps .column-value {
32746
- color: #fff;
32747
- margin-left: 8px;
32748
- }
32749
-
32750
32836
  .bab9xum {
32751
32837
  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);
32752
32838
  }
@@ -32764,88 +32850,6 @@ input.rrg1fkn.ant-input {
32764
32850
  transform: translateY(-4px);
32765
32851
  }
32766
32852
 
32767
- .s1uupxds {
32768
- padding: 0 8px;
32769
- border-radius: 4px;
32770
- }
32771
-
32772
- .m10sqwut {
32773
- padding: 2px 8px;
32774
- border-radius: 3px;
32775
- }
32776
-
32777
- .l1d492wb {
32778
- padding: 3px 8px;
32779
- border-radius: 2px;
32780
- }
32781
-
32782
- .t1lzavmu.ant-tag:hover {
32783
- opacity: unset;
32784
- }
32785
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32786
- margin: 0;
32787
- margin-right: 8px;
32788
- display: inline-flex;
32789
- align-items: center;
32790
- border: none;
32791
- }
32792
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32793
- width: 16px;
32794
- height: 16px;
32795
- color: inherit;
32796
- margin-left: 4px;
32797
- opacity: 0.6;
32798
- display: inline-flex;
32799
- }
32800
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32801
- opacity: 1;
32802
- }
32803
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32804
- color: #0080ff;
32805
- background-color: rgba(0, 136, 255, 0.1);
32806
- }
32807
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32808
- color: #f0483e;
32809
- background-color: rgba(255, 74, 74, 0.1);
32810
- }
32811
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32812
- color: #e07f00;
32813
- background-color: rgba(255, 187, 0, 0.1);
32814
- }
32815
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32816
- color: #008f4c;
32817
- background-color: rgba(30, 201, 127, 0.1);
32818
- }
32819
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32820
- color: #1d326c;
32821
- background-color: rgba(225, 230, 241, 0.6);
32822
- }
32823
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32824
- color: #7E41FF;
32825
- background-color: rgba(126, 65, 255, 0.1);
32826
- }
32827
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32828
- color: #fff;
32829
- }
32830
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32831
- background-color: #f0483e;
32832
- }
32833
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32834
- background-color: #fea008;
32835
- }
32836
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32837
- background-color: #00ba5d;
32838
- }
32839
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32840
- background-color: #0080ff;
32841
- }
32842
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32843
- background-color: #6b7d99;
32844
- }
32845
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32846
- background-color: #7E41FF;
32847
- }
32848
-
32849
32853
  .rrwcpby {
32850
32854
  display: flex;
32851
32855
  align-items: center;