@cloudtower/eagle 0.26.35 → 0.26.37

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
@@ -30206,262 +30206,83 @@ html body {
30206
30206
  border-radius: unset;
30207
30207
  }
30208
30208
 
30209
- .fde5mpd {
30210
- width: 100%;
30211
- height: 100%;
30212
- min-height: 124px;
30213
- display: flex;
30214
- flex-direction: column;
30215
- justify-content: center;
30216
- align-items: center;
30217
- }
30218
- .fde5mpd .error-text {
30219
- color: rgba(10, 37, 85, 0.6);
30220
- margin-bottom: 16px;
30221
- font-size: 18px;
30222
- }
30223
-
30224
- .i1mrf09m {
30225
- display: inline-flex;
30226
- align-items: center;
30227
- }
30228
- .i1mrf09m .icon-inner {
30229
- display: inline-flex;
30230
- align-items: center;
30231
- justify-content: center;
30232
- }
30233
- .i1mrf09m .icon-inner + span,
30234
- .i1mrf09m span + .icon-inner.suffix {
30235
- margin-left: 4px;
30236
- }
30237
- .i1mrf09m.is-rotate img,
30238
- .i1mrf09m.is-rotate svg {
30239
- animation: rotate 680ms linear infinite;
30240
- }
30241
-
30242
- .iap75of {
30243
- height: 18px;
30244
- line-height: 18px;
30245
- padding: 0 4px;
30246
- border-radius: 4px;
30247
- background: rgba(235, 239, 245, 0.6);
30248
- border: 1px solid rgba(223, 228, 235, 0.6);
30249
- display: flex;
30250
- align-items: center;
30251
- white-space: nowrap;
30252
- margin-right: 4px;
30209
+ .s34f1qb.ant-switch {
30210
+ min-width: 40px;
30211
+ height: 24px;
30212
+ background: rgba(172, 186, 211, 0.6);
30213
+ overflow: hidden;
30253
30214
  }
30254
-
30255
- .obf05yr {
30256
- display: inline-block;
30215
+ .s34f1qb.ant-switch:focus {
30216
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30257
30217
  }
30258
-
30259
- .hsms1n6 {
30260
- visibility: hidden;
30261
- position: absolute;
30218
+ .s34f1qb.ant-switch-small {
30219
+ min-width: 26px;
30220
+ height: 16px;
30262
30221
  }
30263
-
30264
- .p12gwtiw {
30265
- display: flex;
30266
- justify-content: space-between;
30267
- align-items: center;
30268
- padding: 10px 0;
30269
- color: rgba(44, 56, 82, 0.6);
30270
- font-size: 12px;
30271
- line-height: 24px;
30222
+ .s34f1qb.ant-switch-large {
30223
+ min-width: 52px;
30224
+ height: 32px;
30272
30225
  }
30273
- .p12gwtiw .pagination-left {
30274
- padding: 2px 8px;
30226
+ .s34f1qb.ant-switch .ant-switch-handle {
30227
+ height: 20px;
30228
+ width: 20px;
30275
30229
  }
30276
- .p12gwtiw .dropdown-trigger {
30277
- display: flex;
30278
- align-items: center;
30279
- border-radius: 6px;
30280
- cursor: pointer;
30281
- transition: all 0.3s ease;
30230
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30231
+ border-radius: 10px;
30232
+ transition-delay: 120ms;
30282
30233
  }
30283
- .p12gwtiw .dropdown-trigger:hover {
30284
- background: rgba(211, 218, 235, 0.6);
30285
- color: #0080ff;
30234
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30235
+ height: 14px;
30236
+ width: 14px;
30237
+ top: 1px;
30238
+ left: 1px;
30286
30239
  }
30287
- .p12gwtiw .dropdown-trigger .icon-inner {
30288
- margin-left: 4px;
30240
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30241
+ height: 28px;
30242
+ width: 28px;
30289
30243
  }
30290
- .p12gwtiw .pagination-right {
30291
- display: flex;
30292
- align-items: center;
30293
- color: #0080ff;
30294
- font-weight: bold;
30244
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30245
+ border-radius: 14px;
30295
30246
  }
30296
- .p12gwtiw .pagination-right .icon-inner {
30297
- margin-left: 4px;
30247
+ .s34f1qb.ant-switch-checked {
30248
+ background-color: #00ba5d;
30298
30249
  }
30299
- .p12gwtiw .pagination-right .prev-btn,
30300
- .p12gwtiw .pagination-right .next-btn {
30301
- padding: 0 8px;
30250
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30251
+ left: calc(100% - 20px - 2px);
30302
30252
  }
30303
- .p12gwtiw .pagination-right .prev-btn > span,
30304
- .p12gwtiw .pagination-right .next-btn > span {
30305
- color: #0080ff;
30253
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30254
+ left: calc(100% - 14px - 1px);
30306
30255
  }
30307
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30308
- transform: rotate(180deg);
30256
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30257
+ left: calc(100% - 28px - 2px);
30309
30258
  }
30310
30259
 
30311
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30312
- max-height: calc(100vh - 128px);
30313
- overflow-y: auto;
30314
- }
30315
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30316
- padding: 4px 20px;
30317
- font-size: 12px;
30318
- line-height: 18px;
30260
+ .c1to9vb9 {
30261
+ margin-left: 5px;
30319
30262
  }
30320
30263
 
30321
- .rxbeqvl.ant-radio-wrapper {
30322
- display: inline-flex;
30323
- align-items: baseline;
30324
- white-space: pre-wrap;
30325
- }
30326
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30327
- position: relative;
30328
- top: 3px;
30329
- }
30330
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30331
- border-color: rgba(107, 128, 167, 0.6);
30332
- }
30333
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30334
- border-color: #0080ff;
30335
- }
30336
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30337
- border-color: #0080ff;
30338
- background: #0080ff;
30339
- }
30340
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30341
- top: 4px;
30342
- left: 4px;
30343
- width: 6px;
30344
- height: 6px;
30345
- background: #fff;
30346
- }
30347
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30348
- opacity: 0.5;
30349
- }
30350
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30351
- border-color: rgba(107, 128, 167, 0.6);
30352
- background: rgba(211, 218, 235, 0.6);
30353
- }
30354
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30355
- background: #00122e;
30356
- }
30357
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30358
- color: #00122e;
30359
- opacity: 0.5;
30360
- }
30361
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30362
- color: #00122e;
30363
- }
30364
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30264
+ .obf05yr {
30365
30265
  display: inline-block;
30366
- padding: 0;
30367
- padding-left: 12px;
30368
- }
30369
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30370
- margin-bottom: 0;
30371
- white-space: pre-wrap;
30372
- color: rgba(44, 56, 82, 0.6);
30373
- }
30374
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30375
- padding-left: 8px;
30376
30266
  }
30377
30267
 
30378
- .r5ie79y .ant-radio-button-wrapper:first-child {
30379
- border-radius: 5px 0 0 5px;
30380
- }
30381
- .r5ie79y .ant-radio-button-wrapper:last-child {
30382
- border-radius: 0 5px 5px 0;
30268
+ .hsms1n6 {
30269
+ visibility: hidden;
30270
+ position: absolute;
30383
30271
  }
30384
30272
 
30385
- .r1f0aqcc {
30386
- color: #00122e;
30387
- border-color: #ccd4e3;
30388
- }
30389
- .r1f0aqcc:first-child {
30390
- border-color: #a3b4cc;
30391
- }
30392
- .r1f0aqcc.ant-radio-button-wrapper {
30393
- padding: 0 12px;
30394
- line-height: 32px;
30395
- height: 32px;
30396
- }
30397
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30398
- white-space: nowrap;
30399
- }
30400
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30401
- height: 22px;
30402
- padding: 0 7px;
30403
- line-height: 20px;
30404
- }
30405
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30406
- background: #ccd4e3;
30407
- }
30408
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30409
- background: #0080ff;
30410
- }
30411
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30412
- background: #ccd4e3;
30413
- opacity: 0.5;
30414
- }
30415
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30416
- border-right-color: #0080ff;
30417
- }
30418
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30419
- border-color: #0080ff;
30420
- }
30421
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30422
- background: rgba(0, 136, 255, 0.1);
30423
- }
30424
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30425
- background: rgba(211, 218, 235, 0.6);
30426
- border-color: #ccd4e3;
30427
- opacity: 0.5;
30428
- }
30429
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30430
- color: #00122e;
30431
- border-color: #ccd4e3;
30432
- }
30433
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30434
- color: #00122e;
30435
- border-color: #ccd4e3;
30436
- background: rgba(172, 186, 211, 0.6);
30437
- }
30438
- .r1f0aqcc .ant-radio-button-input {
30439
- margin-right: 8px;
30440
- display: inline;
30441
- border: none;
30442
- padding: 0;
30443
- width: 36px;
30444
- background: transparent;
30445
- }
30446
- .r1f0aqcc .ant-radio-button-input:focus {
30447
- box-shadow: none;
30448
- }
30449
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30450
- margin-right: 0;
30451
- width: initial;
30452
- box-shadow: none;
30453
- }
30454
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30455
- display: none;
30456
- }
30457
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30458
- display: inline;
30273
+ .fde5mpd {
30274
+ width: 100%;
30275
+ height: 100%;
30276
+ min-height: 124px;
30277
+ display: flex;
30278
+ flex-direction: column;
30279
+ justify-content: center;
30280
+ align-items: center;
30459
30281
  }
30460
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30461
- display: inline;
30462
- margin-right: 8px;
30463
- padding: 0;
30464
- width: 36px;
30282
+ .fde5mpd .error-text {
30283
+ color: rgba(10, 37, 85, 0.6);
30284
+ margin-bottom: 16px;
30285
+ font-size: 18px;
30465
30286
  }
30466
30287
 
30467
30288
  .cz04yix {
@@ -31076,59 +30897,238 @@ input.rrg1fkn.ant-input {
31076
30897
  border-bottom-left-radius: 0;
31077
30898
  }
31078
30899
 
31079
- .s34f1qb.ant-switch {
31080
- min-width: 40px;
31081
- height: 24px;
31082
- background: rgba(172, 186, 211, 0.6);
31083
- overflow: hidden;
30900
+ .rxbeqvl.ant-radio-wrapper {
30901
+ display: inline-flex;
30902
+ align-items: baseline;
30903
+ white-space: pre-wrap;
30904
+ }
30905
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30906
+ position: relative;
30907
+ top: 3px;
30908
+ }
30909
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30910
+ border-color: rgba(107, 128, 167, 0.6);
30911
+ }
30912
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30913
+ border-color: #0080ff;
30914
+ }
30915
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30916
+ border-color: #0080ff;
30917
+ background: #0080ff;
30918
+ }
30919
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30920
+ top: 4px;
30921
+ left: 4px;
30922
+ width: 6px;
30923
+ height: 6px;
30924
+ background: #fff;
30925
+ }
30926
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30927
+ opacity: 0.5;
30928
+ }
30929
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30930
+ border-color: rgba(107, 128, 167, 0.6);
30931
+ background: rgba(211, 218, 235, 0.6);
30932
+ }
30933
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30934
+ background: #00122e;
30935
+ }
30936
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30937
+ color: #00122e;
30938
+ opacity: 0.5;
30939
+ }
30940
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30941
+ color: #00122e;
30942
+ }
30943
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30944
+ display: inline-block;
30945
+ padding: 0;
30946
+ padding-left: 12px;
30947
+ }
30948
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30949
+ margin-bottom: 0;
30950
+ white-space: pre-wrap;
30951
+ color: rgba(44, 56, 82, 0.6);
30952
+ }
30953
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30954
+ padding-left: 8px;
30955
+ }
30956
+
30957
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30958
+ border-radius: 5px 0 0 5px;
30959
+ }
30960
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30961
+ border-radius: 0 5px 5px 0;
30962
+ }
30963
+
30964
+ .r1f0aqcc {
30965
+ color: #00122e;
30966
+ border-color: #ccd4e3;
30967
+ }
30968
+ .r1f0aqcc:first-child {
30969
+ border-color: #a3b4cc;
30970
+ }
30971
+ .r1f0aqcc.ant-radio-button-wrapper {
30972
+ padding: 0 12px;
30973
+ line-height: 32px;
30974
+ height: 32px;
30975
+ }
30976
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30977
+ white-space: nowrap;
30978
+ }
30979
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30980
+ height: 22px;
30981
+ padding: 0 7px;
30982
+ line-height: 20px;
30983
+ }
30984
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30985
+ background: #ccd4e3;
30986
+ }
30987
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30988
+ background: #0080ff;
30989
+ }
30990
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30991
+ background: #ccd4e3;
30992
+ opacity: 0.5;
30993
+ }
30994
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30995
+ border-right-color: #0080ff;
30996
+ }
30997
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30998
+ border-color: #0080ff;
30999
+ }
31000
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31001
+ background: rgba(0, 136, 255, 0.1);
31002
+ }
31003
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31004
+ background: rgba(211, 218, 235, 0.6);
31005
+ border-color: #ccd4e3;
31006
+ opacity: 0.5;
31007
+ }
31008
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31009
+ color: #00122e;
31010
+ border-color: #ccd4e3;
31011
+ }
31012
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31013
+ color: #00122e;
31014
+ border-color: #ccd4e3;
31015
+ background: rgba(172, 186, 211, 0.6);
31016
+ }
31017
+ .r1f0aqcc .ant-radio-button-input {
31018
+ margin-right: 8px;
31019
+ display: inline;
31020
+ border: none;
31021
+ padding: 0;
31022
+ width: 36px;
31023
+ background: transparent;
31024
+ }
31025
+ .r1f0aqcc .ant-radio-button-input:focus {
31026
+ box-shadow: none;
31027
+ }
31028
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31029
+ margin-right: 0;
31030
+ width: initial;
31031
+ box-shadow: none;
31032
+ }
31033
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31034
+ display: none;
31035
+ }
31036
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31037
+ display: inline;
31038
+ }
31039
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31040
+ display: inline;
31041
+ margin-right: 8px;
31042
+ padding: 0;
31043
+ width: 36px;
31044
+ }
31045
+
31046
+ .iap75of {
31047
+ height: 18px;
31048
+ line-height: 18px;
31049
+ padding: 0 4px;
31050
+ border-radius: 4px;
31051
+ background: rgba(235, 239, 245, 0.6);
31052
+ border: 1px solid rgba(223, 228, 235, 0.6);
31053
+ display: flex;
31054
+ align-items: center;
31055
+ white-space: nowrap;
31056
+ margin-right: 4px;
31057
+ }
31058
+
31059
+ .i1mrf09m {
31060
+ display: inline-flex;
31061
+ align-items: center;
31084
31062
  }
31085
- .s34f1qb.ant-switch:focus {
31086
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31063
+ .i1mrf09m .icon-inner {
31064
+ display: inline-flex;
31065
+ align-items: center;
31066
+ justify-content: center;
31087
31067
  }
31088
- .s34f1qb.ant-switch-small {
31089
- min-width: 26px;
31090
- height: 16px;
31068
+ .i1mrf09m .icon-inner + span,
31069
+ .i1mrf09m span + .icon-inner.suffix {
31070
+ margin-left: 4px;
31091
31071
  }
31092
- .s34f1qb.ant-switch-large {
31093
- min-width: 52px;
31094
- height: 32px;
31072
+ .i1mrf09m.is-rotate img,
31073
+ .i1mrf09m.is-rotate svg {
31074
+ animation: rotate 680ms linear infinite;
31095
31075
  }
31096
- .s34f1qb.ant-switch .ant-switch-handle {
31097
- height: 20px;
31098
- width: 20px;
31076
+
31077
+ .p12gwtiw {
31078
+ display: flex;
31079
+ justify-content: space-between;
31080
+ align-items: center;
31081
+ padding: 10px 0;
31082
+ color: rgba(44, 56, 82, 0.6);
31083
+ font-size: 12px;
31084
+ line-height: 24px;
31099
31085
  }
31100
- .s34f1qb.ant-switch .ant-switch-handle::before {
31101
- border-radius: 10px;
31102
- transition-delay: 120ms;
31086
+ .p12gwtiw .pagination-left {
31087
+ padding: 2px 8px;
31103
31088
  }
31104
- .s34f1qb.ant-switch-small .ant-switch-handle {
31105
- height: 14px;
31106
- width: 14px;
31107
- top: 1px;
31108
- left: 1px;
31089
+ .p12gwtiw .dropdown-trigger {
31090
+ display: flex;
31091
+ align-items: center;
31092
+ border-radius: 6px;
31093
+ cursor: pointer;
31094
+ transition: all 0.3s ease;
31109
31095
  }
31110
- .s34f1qb.ant-switch-large .ant-switch-handle {
31111
- height: 28px;
31112
- width: 28px;
31096
+ .p12gwtiw .dropdown-trigger:hover {
31097
+ background: rgba(211, 218, 235, 0.6);
31098
+ color: #0080ff;
31113
31099
  }
31114
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31115
- border-radius: 14px;
31100
+ .p12gwtiw .dropdown-trigger .icon-inner {
31101
+ margin-left: 4px;
31116
31102
  }
31117
- .s34f1qb.ant-switch-checked {
31118
- background-color: #00ba5d;
31103
+ .p12gwtiw .pagination-right {
31104
+ display: flex;
31105
+ align-items: center;
31106
+ color: #0080ff;
31107
+ font-weight: bold;
31119
31108
  }
31120
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31121
- left: calc(100% - 20px - 2px);
31109
+ .p12gwtiw .pagination-right .icon-inner {
31110
+ margin-left: 4px;
31122
31111
  }
31123
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31124
- left: calc(100% - 14px - 1px);
31112
+ .p12gwtiw .pagination-right .prev-btn,
31113
+ .p12gwtiw .pagination-right .next-btn {
31114
+ padding: 0 8px;
31125
31115
  }
31126
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31127
- left: calc(100% - 28px - 2px);
31116
+ .p12gwtiw .pagination-right .prev-btn > span,
31117
+ .p12gwtiw .pagination-right .next-btn > span {
31118
+ color: #0080ff;
31119
+ }
31120
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31121
+ transform: rotate(180deg);
31128
31122
  }
31129
31123
 
31130
- .c1to9vb9 {
31131
- margin-left: 5px;
31124
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31125
+ max-height: calc(100vh - 128px);
31126
+ overflow-y: auto;
31127
+ }
31128
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31129
+ padding: 4px 20px;
31130
+ font-size: 12px;
31131
+ line-height: 18px;
31132
31132
  }
31133
31133
 
31134
31134
  .t1upn1sz {
@@ -32168,6 +32168,10 @@ input.rrg1fkn.ant-input {
32168
32168
  cursor: default;
32169
32169
  }
32170
32170
 
32171
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32172
+ display: flex;
32173
+ }
32174
+
32171
32175
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32172
32176
  border-radius: 6px;
32173
32177
  }
@@ -32225,10 +32229,6 @@ input.rrg1fkn.ant-input {
32225
32229
  transform: rotate(180deg);
32226
32230
  }
32227
32231
 
32228
- .iiqau4c.ant-input-group.ant-input-group-compact {
32229
- display: flex;
32230
- }
32231
-
32232
32232
  .igz4le8 {
32233
32233
  height: 24px;
32234
32234
  width: 56px !important;
@@ -32278,43 +32278,228 @@ input.rrg1fkn.ant-input {
32278
32278
  .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 {
32279
32279
  background-color: rgba(255, 74, 74, 0.16);
32280
32280
  }
32281
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32282
- background-color: rgba(254, 160, 8, 0.1);
32281
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32282
+ background-color: rgba(254, 160, 8, 0.1);
32283
+ }
32284
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32285
+ background-color: #fea008;
32286
+ }
32287
+ .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 {
32288
+ background-color: rgba(255, 187, 0, 0.16);
32289
+ }
32290
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32291
+ background-color: rgba(30, 201, 127, 0.1);
32292
+ }
32293
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32294
+ background-color: #00ba5d;
32295
+ }
32296
+ .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 {
32297
+ background-color: rgba(30, 201, 127, 0.16);
32298
+ }
32299
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32300
+ background-color: rgba(225, 230, 241, 0.6);
32301
+ }
32302
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32303
+ background-color: #6b7d99;
32304
+ }
32305
+ .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 {
32306
+ background-color: rgba(211, 218, 235, 0.6);
32307
+ }
32308
+
32309
+ .s1uupoto {
32310
+ width: 8px;
32311
+ height: 8px;
32312
+ border-radius: 50%;
32313
+ display: inline-block;
32314
+ }
32315
+
32316
+ .t19ustft .date {
32317
+ margin-right: 4px;
32318
+ }
32319
+
32320
+ .sq6vos1 {
32321
+ --item-min-width: 60px;
32322
+ }
32323
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32324
+ display: none !important;
32325
+ }
32326
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32327
+ flex-shrink: 0 !important;
32328
+ }
32329
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32330
+ color: #0080ff;
32331
+ }
32332
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32333
+ color: #0080ff;
32334
+ font-weight: normal;
32335
+ }
32336
+ .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 {
32337
+ color: rgba(44, 56, 82, 0.6);
32338
+ }
32339
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32340
+ color: #00122e;
32341
+ }
32342
+ .sq6vos1 .step-item-text {
32343
+ display: inline-block;
32344
+ }
32345
+ .sq6vos1 .step-item-title {
32346
+ overflow: hidden;
32347
+ white-space: nowrap;
32348
+ text-overflow: ellipsis;
32349
+ }
32350
+
32351
+ .hjtnwxg .ant-steps-item-container {
32352
+ min-width: var(--item-min-width);
32353
+ }
32354
+ .hjtnwxg .ant-steps-item-disabled {
32355
+ cursor: not-allowed !important;
32356
+ }
32357
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32358
+ flex-direction: row;
32359
+ justify-content: stretch;
32360
+ }
32361
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32362
+ padding: 0;
32363
+ margin-right: 4px;
32364
+ flex: 1;
32365
+ overflow: visible;
32366
+ }
32367
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32368
+ width: 100%;
32369
+ min-height: unset;
32370
+ }
32371
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32372
+ height: 26px;
32373
+ line-height: 26px;
32374
+ width: 100%;
32375
+ padding: 0;
32376
+ font-size: 12px;
32377
+ }
32378
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32379
+ margin-right: 10px;
32380
+ }
32381
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32382
+ display: none;
32383
+ }
32384
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32385
+ padding-left: 8px;
32386
+ padding-right: 4px;
32387
+ border-radius: 4px 0 0 4px;
32388
+ }
32389
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32390
+ margin-right: 0;
32391
+ }
32392
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32393
+ padding-right: 8px;
32394
+ padding-left: 12px;
32395
+ border-radius: 0 4px 4px 0;
32396
+ }
32397
+ .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 {
32398
+ content: "";
32399
+ width: 0;
32400
+ height: 0;
32401
+ border: 13px solid transparent;
32402
+ position: absolute;
32403
+ top: 0;
32404
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32405
+ z-index: 2;
32406
+ position: relative;
32407
+ top: -50%;
32408
+ right: -100%;
32409
+ }
32410
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32411
+ padding: 0 4px 0 12px;
32412
+ }
32413
+ .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 {
32414
+ content: "";
32415
+ width: 0;
32416
+ height: 0;
32417
+ border: 13px solid transparent;
32418
+ position: absolute;
32419
+ top: 0;
32420
+ border-left: 8px solid #fff;
32421
+ left: 0;
32422
+ }
32423
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32424
+ max-width: calc(100% - var(--item-min-width) * 2);
32425
+ }
32426
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32427
+ background-color: rgba(0, 136, 255, 0.1);
32428
+ }
32429
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32430
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32283
32431
  }
32284
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32285
- background-color: #fea008;
32432
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32433
+ cursor: pointer;
32434
+ min-width: var(--item-min-width);
32286
32435
  }
32287
- .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 {
32288
- background-color: rgba(255, 187, 0, 0.16);
32436
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32437
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32438
+ min-width: var(--item-min-width);
32289
32439
  }
32290
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32291
- background-color: rgba(30, 201, 127, 0.1);
32440
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32441
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32442
+ background-color: rgba(237, 241, 250, 0.6);
32292
32443
  }
32293
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32294
- background-color: #00ba5d;
32444
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32445
+ padding: 0;
32295
32446
  }
32296
- .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 {
32297
- background-color: rgba(30, 201, 127, 0.16);
32447
+
32448
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32449
+ width: 138px;
32450
+ row-gap: 2px;
32298
32451
  }
32299
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32300
- background-color: rgba(225, 230, 241, 0.6);
32452
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32453
+ padding: 0 8px;
32454
+ border-radius: 4px;
32455
+ height: 32px;
32456
+ display: flex;
32457
+ align-items: center;
32301
32458
  }
32302
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32303
- background-color: #6b7d99;
32459
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32460
+ min-height: auto;
32461
+ white-space: nowrap;
32304
32462
  }
32305
- .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 {
32306
- background-color: rgba(211, 218, 235, 0.6);
32463
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32464
+ font-size: 13px;
32465
+ line-height: 20px;
32466
+ max-width: 100%;
32467
+ }
32468
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32469
+ background: rgba(0, 128, 255, 0.1);
32307
32470
  }
32308
32471
 
32309
- .s1uupoto {
32310
- width: 8px;
32311
- height: 8px;
32312
- border-radius: 50%;
32313
- display: inline-block;
32472
+ .h1xo7yjb {
32473
+ width: 100%;
32474
+ display: inline-flex;
32475
+ align-items: center;
32476
+ justify-content: center;
32477
+ column-gap: 4px;
32478
+ }
32479
+ .h1xo7yjb .step-item-prefix-container {
32480
+ display: inline-flex;
32481
+ align-items: center;
32482
+ width: 18px;
32483
+ height: 18px;
32484
+ color: rgba(44, 56, 82, 0.75);
32485
+ justify-content: center;
32314
32486
  }
32315
32487
 
32316
- .t19ustft .date {
32317
- margin-right: 4px;
32488
+ .v1f2f7cy {
32489
+ width: 100%;
32490
+ display: flex;
32491
+ align-items: center;
32492
+ justify-content: center;
32493
+ column-gap: 6px;
32494
+ font-size: 13px;
32495
+ }
32496
+ .v1f2f7cy .step-item-prefix-container {
32497
+ display: inline-flex;
32498
+ align-items: center;
32499
+ min-width: 20px;
32500
+ min-height: 20px;
32501
+ color: rgba(44, 56, 82, 0.75);
32502
+ justify-content: center;
32318
32503
  }
32319
32504
 
32320
32505
  .m1thnes4 {
@@ -32475,295 +32660,110 @@ input.rrg1fkn.ant-input {
32475
32660
  }
32476
32661
  .t1kgldps .column-value {
32477
32662
  color: #fff;
32478
- margin-left: 8px;
32479
- }
32480
-
32481
- .s1uupxds {
32482
- padding: 0 8px;
32483
- border-radius: 4px;
32484
- }
32485
-
32486
- .m10sqwut {
32487
- padding: 2px 8px;
32488
- border-radius: 3px;
32489
- }
32490
-
32491
- .l1d492wb {
32492
- padding: 3px 8px;
32493
- border-radius: 2px;
32494
- }
32495
-
32496
- .t1lzavmu.ant-tag:hover {
32497
- opacity: unset;
32498
- }
32499
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32500
- margin: 0;
32501
- margin-right: 8px;
32502
- display: inline-flex;
32503
- align-items: center;
32504
- border: none;
32505
- }
32506
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32507
- width: 16px;
32508
- height: 16px;
32509
- color: inherit;
32510
- margin-left: 4px;
32511
- opacity: 0.6;
32512
- display: inline-flex;
32513
- }
32514
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32515
- opacity: 1;
32516
- }
32517
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32518
- color: #0080ff;
32519
- background-color: rgba(0, 136, 255, 0.1);
32520
- }
32521
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32522
- color: #f0483e;
32523
- background-color: rgba(255, 74, 74, 0.1);
32524
- }
32525
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32526
- color: #e07f00;
32527
- background-color: rgba(255, 187, 0, 0.1);
32528
- }
32529
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32530
- color: #008f4c;
32531
- background-color: rgba(30, 201, 127, 0.1);
32532
- }
32533
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32534
- color: #1d326c;
32535
- background-color: rgba(225, 230, 241, 0.6);
32536
- }
32537
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32538
- color: #7E41FF;
32539
- background-color: rgba(126, 65, 255, 0.1);
32540
- }
32541
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32542
- color: #fff;
32543
- }
32544
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32545
- background-color: #f0483e;
32546
- }
32547
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32548
- background-color: #fea008;
32549
- }
32550
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32551
- background-color: #00ba5d;
32552
- }
32553
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32554
- background-color: #0080ff;
32555
- }
32556
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32557
- background-color: #6b7d99;
32558
- }
32559
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32560
- background-color: #7E41FF;
32561
- }
32562
-
32563
- .o8ocss1 {
32564
- overflow: hidden;
32565
- text-overflow: ellipsis;
32566
- }
32567
-
32568
- .n17syc35 {
32569
- white-space: nowrap;
32570
- }
32571
-
32572
- .n3qomhu {
32573
- font-size: 90%;
32574
- font-weight: bold;
32575
- background-color: rgba(240, 243, 247, 0.6);
32576
- padding: 1px 4px 1px;
32577
- margin-left: 2px;
32578
- margin-right: 2px;
32579
- border: 1px solid rgba(213, 219, 227, 0.6);
32580
- border-radius: 4px;
32581
- word-break: break-all;
32582
- }
32583
-
32584
- .sq6vos1 {
32585
- --item-min-width: 60px;
32586
- }
32587
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32588
- display: none !important;
32589
- }
32590
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32591
- flex-shrink: 0 !important;
32592
- }
32593
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32594
- color: #0080ff;
32595
- }
32596
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32597
- color: #0080ff;
32598
- font-weight: normal;
32599
- }
32600
- .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 {
32601
- color: rgba(44, 56, 82, 0.6);
32602
- }
32603
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32604
- color: #00122e;
32605
- }
32606
- .sq6vos1 .step-item-text {
32607
- display: inline-block;
32608
- }
32609
- .sq6vos1 .step-item-title {
32610
- overflow: hidden;
32611
- white-space: nowrap;
32612
- text-overflow: ellipsis;
32613
- }
32614
-
32615
- .hjtnwxg .ant-steps-item-container {
32616
- min-width: var(--item-min-width);
32617
- }
32618
- .hjtnwxg .ant-steps-item-disabled {
32619
- cursor: not-allowed !important;
32620
- }
32621
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32622
- flex-direction: row;
32623
- justify-content: stretch;
32624
- }
32625
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32626
- padding: 0;
32627
- margin-right: 4px;
32628
- flex: 1;
32629
- overflow: visible;
32630
- }
32631
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32632
- width: 100%;
32633
- min-height: unset;
32634
- }
32635
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32636
- height: 26px;
32637
- line-height: 26px;
32638
- width: 100%;
32639
- padding: 0;
32640
- font-size: 12px;
32641
- }
32642
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32643
- margin-right: 10px;
32644
- }
32645
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32646
- display: none;
32663
+ margin-left: 8px;
32647
32664
  }
32648
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32649
- padding-left: 8px;
32650
- padding-right: 4px;
32651
- border-radius: 4px 0 0 4px;
32665
+
32666
+ .s1uupxds {
32667
+ padding: 0 8px;
32668
+ border-radius: 4px;
32652
32669
  }
32653
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32654
- margin-right: 0;
32670
+
32671
+ .m10sqwut {
32672
+ padding: 2px 8px;
32673
+ border-radius: 3px;
32655
32674
  }
32656
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32657
- padding-right: 8px;
32658
- padding-left: 12px;
32659
- border-radius: 0 4px 4px 0;
32675
+
32676
+ .l1d492wb {
32677
+ padding: 3px 8px;
32678
+ border-radius: 2px;
32660
32679
  }
32661
- .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 {
32662
- content: "";
32663
- width: 0;
32664
- height: 0;
32665
- border: 13px solid transparent;
32666
- position: absolute;
32667
- top: 0;
32668
- border-left: 8px solid rgba(237, 241, 250, 0.6);
32669
- z-index: 2;
32670
- position: relative;
32671
- top: -50%;
32672
- right: -100%;
32680
+
32681
+ .t1lzavmu.ant-tag:hover {
32682
+ opacity: unset;
32673
32683
  }
32674
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32675
- padding: 0 4px 0 12px;
32684
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32685
+ margin: 0;
32686
+ margin-right: 8px;
32687
+ display: inline-flex;
32688
+ align-items: center;
32689
+ border: none;
32676
32690
  }
32677
- .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 {
32678
- content: "";
32679
- width: 0;
32680
- height: 0;
32681
- border: 13px solid transparent;
32682
- position: absolute;
32683
- top: 0;
32684
- border-left: 8px solid #fff;
32685
- left: 0;
32691
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32692
+ width: 16px;
32693
+ height: 16px;
32694
+ color: inherit;
32695
+ margin-left: 4px;
32696
+ opacity: 0.6;
32697
+ display: inline-flex;
32686
32698
  }
32687
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32688
- max-width: calc(100% - var(--item-min-width) * 2);
32699
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32700
+ opacity: 1;
32689
32701
  }
32690
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32702
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32703
+ color: #0080ff;
32691
32704
  background-color: rgba(0, 136, 255, 0.1);
32692
32705
  }
32693
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32694
- border-left-color: rgba(0, 136, 255, 0.1) !important;
32706
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32707
+ color: #f0483e;
32708
+ background-color: rgba(255, 74, 74, 0.1);
32695
32709
  }
32696
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32697
- cursor: pointer;
32698
- min-width: var(--item-min-width);
32710
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32711
+ color: #e07f00;
32712
+ background-color: rgba(255, 187, 0, 0.1);
32699
32713
  }
32700
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32701
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32702
- min-width: var(--item-min-width);
32714
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32715
+ color: #008f4c;
32716
+ background-color: rgba(30, 201, 127, 0.1);
32703
32717
  }
32704
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32705
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32706
- background-color: rgba(237, 241, 250, 0.6);
32718
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32719
+ color: #1d326c;
32720
+ background-color: rgba(225, 230, 241, 0.6);
32707
32721
  }
32708
- .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32709
- padding: 0;
32722
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32723
+ color: #7E41FF;
32724
+ background-color: rgba(126, 65, 255, 0.1);
32710
32725
  }
32711
-
32712
- .v1p8siwu .ant-steps.ant-steps-vertical {
32713
- width: 138px;
32714
- row-gap: 2px;
32726
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32727
+ color: #fff;
32715
32728
  }
32716
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32717
- padding: 0 8px;
32718
- border-radius: 4px;
32719
- height: 32px;
32720
- display: flex;
32721
- align-items: center;
32729
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32730
+ background-color: #f0483e;
32722
32731
  }
32723
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32724
- min-height: auto;
32725
- white-space: nowrap;
32732
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32733
+ background-color: #fea008;
32726
32734
  }
32727
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32728
- font-size: 13px;
32729
- line-height: 20px;
32730
- max-width: 100%;
32735
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32736
+ background-color: #00ba5d;
32731
32737
  }
32732
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32733
- background: rgba(0, 128, 255, 0.1);
32738
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32739
+ background-color: #0080ff;
32734
32740
  }
32735
-
32736
- .h1xo7yjb {
32737
- width: 100%;
32738
- display: inline-flex;
32739
- align-items: center;
32740
- justify-content: center;
32741
- column-gap: 4px;
32741
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32742
+ background-color: #6b7d99;
32742
32743
  }
32743
- .h1xo7yjb .step-item-prefix-container {
32744
- display: inline-flex;
32745
- align-items: center;
32746
- width: 18px;
32747
- height: 18px;
32748
- color: rgba(44, 56, 82, 0.75);
32749
- justify-content: center;
32744
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32745
+ background-color: #7E41FF;
32750
32746
  }
32751
32747
 
32752
- .v1f2f7cy {
32753
- width: 100%;
32754
- display: flex;
32755
- align-items: center;
32756
- justify-content: center;
32757
- column-gap: 6px;
32758
- font-size: 13px;
32748
+ .o8ocss1 {
32749
+ overflow: hidden;
32750
+ text-overflow: ellipsis;
32759
32751
  }
32760
- .v1f2f7cy .step-item-prefix-container {
32761
- display: inline-flex;
32762
- align-items: center;
32763
- min-width: 20px;
32764
- min-height: 20px;
32765
- color: rgba(44, 56, 82, 0.75);
32766
- justify-content: center;
32752
+
32753
+ .n17syc35 {
32754
+ white-space: nowrap;
32755
+ }
32756
+
32757
+ .n3qomhu {
32758
+ font-size: 90%;
32759
+ font-weight: bold;
32760
+ background-color: rgba(240, 243, 247, 0.6);
32761
+ padding: 1px 4px 1px;
32762
+ margin-left: 2px;
32763
+ margin-right: 2px;
32764
+ border: 1px solid rgba(213, 219, 227, 0.6);
32765
+ border-radius: 4px;
32766
+ word-break: break-all;
32767
32767
  }
32768
32768
 
32769
32769
  .t1gz6wqf {
@@ -32840,22 +32840,6 @@ input.rrg1fkn.ant-input {
32840
32840
  margin-right: 2px;
32841
32841
  }
32842
32842
 
32843
- .rrwcpby {
32844
- display: flex;
32845
- align-items: center;
32846
- }
32847
- .rrwcpby .order {
32848
- height: 24px;
32849
- width: 24px;
32850
- border-radius: 20px;
32851
- color: #0080ff;
32852
- background: rgba(0, 136, 255, 0.1);
32853
- display: flex;
32854
- align-items: center;
32855
- justify-content: center;
32856
- margin-right: 6px;
32857
- }
32858
-
32859
32843
  .bab9xum {
32860
32844
  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);
32861
32845
  }
@@ -32873,6 +32857,22 @@ input.rrg1fkn.ant-input {
32873
32857
  transform: translateY(-4px);
32874
32858
  }
32875
32859
 
32860
+ .rrwcpby {
32861
+ display: flex;
32862
+ align-items: center;
32863
+ }
32864
+ .rrwcpby .order {
32865
+ height: 24px;
32866
+ width: 24px;
32867
+ border-radius: 20px;
32868
+ color: #0080ff;
32869
+ background: rgba(0, 136, 255, 0.1);
32870
+ display: flex;
32871
+ align-items: center;
32872
+ justify-content: center;
32873
+ margin-right: 6px;
32874
+ }
32875
+
32876
32876
  .tc40oxa {
32877
32877
  margin-bottom: 4px;
32878
32878
  color: rgba(44, 56, 82, 0.6);
@@ -33106,6 +33106,11 @@ input.rrg1fkn.ant-input {
33106
33106
  margin-right: 4px;
33107
33107
  }
33108
33108
 
33109
+ .iwsze0q {
33110
+ margin-right: 4px;
33111
+ height: 16px;
33112
+ }
33113
+
33109
33114
  .sut42l0 {
33110
33115
  padding: 0 8px;
33111
33116
  height: 18px;
@@ -33125,11 +33130,6 @@ input.rrg1fkn.ant-input {
33125
33130
  height: 16px;
33126
33131
  }
33127
33132
 
33128
- .iwsze0q {
33129
- margin-right: 4px;
33130
- height: 16px;
33131
- }
33132
-
33133
33133
  .at4ovwe .ant-input-number-handler-wrap {
33134
33134
  display: var(--at4ovwe-0);
33135
33135
  }
@@ -33180,25 +33180,6 @@ input.rrg1fkn.ant-input {
33180
33180
  font-size: inherit;
33181
33181
  }
33182
33182
 
33183
- .feau332.ant-form-item {
33184
- margin-bottom: 0;
33185
- }
33186
- .feau332 .ant-form-item-explain {
33187
- display: none;
33188
- min-height: 18px;
33189
- margin-top: 5px;
33190
- font-family: "Inter";
33191
- font-weight: 400;
33192
- font-size: 12px;
33193
- line-height: 18px;
33194
- }
33195
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33196
- white-space: pre-wrap;
33197
- }
33198
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33199
- display: block;
33200
- }
33201
-
33202
33183
  .a6dbbkm .ant-input-number-handler-wrap {
33203
33184
  display: var(--a6dbbkm-0);
33204
33185
  }
@@ -33228,4 +33209,23 @@ input.rrg1fkn.ant-input {
33228
33209
  margin: 0;
33229
33210
  height: auto;
33230
33211
  font-size: inherit;
33212
+ }
33213
+
33214
+ .feau332.ant-form-item {
33215
+ margin-bottom: 0;
33216
+ }
33217
+ .feau332 .ant-form-item-explain {
33218
+ display: none;
33219
+ min-height: 18px;
33220
+ margin-top: 5px;
33221
+ font-family: "Inter";
33222
+ font-weight: 400;
33223
+ font-size: 12px;
33224
+ line-height: 18px;
33225
+ }
33226
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33227
+ white-space: pre-wrap;
33228
+ }
33229
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33230
+ display: block;
33231
33231
  }