@cloudtower/eagle 0.26.30 → 0.27.0-alpha.0

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
@@ -30227,6 +30227,24 @@ html body {
30227
30227
  font-size: 18px;
30228
30228
  }
30229
30229
 
30230
+ .i1mrf09m {
30231
+ display: inline-flex;
30232
+ align-items: center;
30233
+ }
30234
+ .i1mrf09m .icon-inner {
30235
+ display: inline-flex;
30236
+ align-items: center;
30237
+ justify-content: center;
30238
+ }
30239
+ .i1mrf09m .icon-inner + span,
30240
+ .i1mrf09m span + .icon-inner.suffix {
30241
+ margin-left: 4px;
30242
+ }
30243
+ .i1mrf09m.is-rotate img,
30244
+ .i1mrf09m.is-rotate svg {
30245
+ animation: rotate 680ms linear infinite;
30246
+ }
30247
+
30230
30248
  .iap75of {
30231
30249
  height: 18px;
30232
30250
  line-height: 18px;
@@ -30240,22 +30258,216 @@ html body {
30240
30258
  margin-right: 4px;
30241
30259
  }
30242
30260
 
30243
- .i1mrf09m {
30244
- display: inline-flex;
30261
+ .obf05yr {
30262
+ display: inline-block;
30263
+ }
30264
+
30265
+ .hsms1n6 {
30266
+ visibility: hidden;
30267
+ position: absolute;
30268
+ }
30269
+
30270
+ .p12gwtiw {
30271
+ display: flex;
30272
+ justify-content: space-between;
30245
30273
  align-items: center;
30274
+ padding: 10px 0;
30275
+ color: rgba(44, 56, 82, 0.6);
30276
+ font-size: 12px;
30277
+ line-height: 24px;
30246
30278
  }
30247
- .i1mrf09m .icon-inner {
30248
- display: inline-flex;
30279
+ .p12gwtiw .pagination-left {
30280
+ padding: 2px 8px;
30281
+ }
30282
+ .p12gwtiw .dropdown-trigger {
30283
+ display: flex;
30249
30284
  align-items: center;
30250
- justify-content: center;
30285
+ border-radius: 6px;
30286
+ cursor: pointer;
30287
+ transition: all 0.3s ease;
30251
30288
  }
30252
- .i1mrf09m .icon-inner + span,
30253
- .i1mrf09m span + .icon-inner.suffix {
30289
+ .p12gwtiw .dropdown-trigger:hover {
30290
+ background: rgba(211, 218, 235, 0.6);
30291
+ color: #0080ff;
30292
+ }
30293
+ .p12gwtiw .dropdown-trigger .icon-inner {
30254
30294
  margin-left: 4px;
30255
30295
  }
30256
- .i1mrf09m.is-rotate img,
30257
- .i1mrf09m.is-rotate svg {
30258
- animation: rotate 680ms linear infinite;
30296
+ .p12gwtiw .pagination-right {
30297
+ display: flex;
30298
+ align-items: center;
30299
+ color: #0080ff;
30300
+ font-weight: bold;
30301
+ }
30302
+ .p12gwtiw .pagination-right .icon-inner {
30303
+ margin-left: 4px;
30304
+ }
30305
+ .p12gwtiw .pagination-right .prev-btn,
30306
+ .p12gwtiw .pagination-right .next-btn {
30307
+ padding: 0 8px;
30308
+ }
30309
+ .p12gwtiw .pagination-right .prev-btn > span,
30310
+ .p12gwtiw .pagination-right .next-btn > span {
30311
+ color: #0080ff;
30312
+ }
30313
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30314
+ transform: rotate(180deg);
30315
+ }
30316
+
30317
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30318
+ max-height: calc(100vh - 128px);
30319
+ overflow-y: auto;
30320
+ }
30321
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30322
+ padding: 4px 20px;
30323
+ font-size: 12px;
30324
+ line-height: 18px;
30325
+ }
30326
+
30327
+ .rxbeqvl.ant-radio-wrapper {
30328
+ display: inline-flex;
30329
+ align-items: baseline;
30330
+ white-space: pre-wrap;
30331
+ }
30332
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30333
+ position: relative;
30334
+ top: 3px;
30335
+ }
30336
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30337
+ border-color: rgba(107, 128, 167, 0.6);
30338
+ }
30339
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30340
+ border-color: #0080ff;
30341
+ }
30342
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30343
+ border-color: #0080ff;
30344
+ background: #0080ff;
30345
+ }
30346
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30347
+ top: 4px;
30348
+ left: 4px;
30349
+ width: 6px;
30350
+ height: 6px;
30351
+ background: #fff;
30352
+ }
30353
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30354
+ opacity: 0.5;
30355
+ }
30356
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30357
+ border-color: rgba(107, 128, 167, 0.6);
30358
+ background: rgba(211, 218, 235, 0.6);
30359
+ }
30360
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30361
+ background: #00122e;
30362
+ }
30363
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30364
+ color: #00122e;
30365
+ opacity: 0.5;
30366
+ }
30367
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30368
+ color: #00122e;
30369
+ }
30370
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30371
+ display: inline-block;
30372
+ padding: 0;
30373
+ padding-left: 12px;
30374
+ }
30375
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30376
+ margin-bottom: 0;
30377
+ white-space: pre-wrap;
30378
+ color: rgba(44, 56, 82, 0.6);
30379
+ }
30380
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30381
+ padding-left: 8px;
30382
+ }
30383
+
30384
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30385
+ border-radius: 5px 0 0 5px;
30386
+ }
30387
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30388
+ border-radius: 0 5px 5px 0;
30389
+ }
30390
+
30391
+ .r1f0aqcc {
30392
+ color: #00122e;
30393
+ border-color: #ccd4e3;
30394
+ }
30395
+ .r1f0aqcc:first-child {
30396
+ border-color: #a3b4cc;
30397
+ }
30398
+ .r1f0aqcc.ant-radio-button-wrapper {
30399
+ padding: 0 12px;
30400
+ line-height: 32px;
30401
+ height: 32px;
30402
+ }
30403
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30404
+ white-space: nowrap;
30405
+ }
30406
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30407
+ height: 22px;
30408
+ padding: 0 7px;
30409
+ line-height: 20px;
30410
+ }
30411
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30412
+ background: #ccd4e3;
30413
+ }
30414
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30415
+ background: #0080ff;
30416
+ }
30417
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30418
+ background: #ccd4e3;
30419
+ opacity: 0.5;
30420
+ }
30421
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30422
+ border-right-color: #0080ff;
30423
+ }
30424
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30425
+ border-color: #0080ff;
30426
+ }
30427
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30428
+ background: rgba(0, 136, 255, 0.1);
30429
+ }
30430
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30431
+ background: rgba(211, 218, 235, 0.6);
30432
+ border-color: #ccd4e3;
30433
+ opacity: 0.5;
30434
+ }
30435
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30436
+ color: #00122e;
30437
+ border-color: #ccd4e3;
30438
+ }
30439
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30440
+ color: #00122e;
30441
+ border-color: #ccd4e3;
30442
+ background: rgba(172, 186, 211, 0.6);
30443
+ }
30444
+ .r1f0aqcc .ant-radio-button-input {
30445
+ margin-right: 8px;
30446
+ display: inline;
30447
+ border: none;
30448
+ padding: 0;
30449
+ width: 36px;
30450
+ background: transparent;
30451
+ }
30452
+ .r1f0aqcc .ant-radio-button-input:focus {
30453
+ box-shadow: none;
30454
+ }
30455
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30456
+ margin-right: 0;
30457
+ width: initial;
30458
+ box-shadow: none;
30459
+ }
30460
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30461
+ display: none;
30462
+ }
30463
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30464
+ display: inline;
30465
+ }
30466
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30467
+ display: inline;
30468
+ margin-right: 8px;
30469
+ padding: 0;
30470
+ width: 36px;
30259
30471
  }
30260
30472
 
30261
30473
  .cz04yix {
@@ -30870,63 +31082,6 @@ input.rrg1fkn.ant-input {
30870
31082
  border-bottom-left-radius: 0;
30871
31083
  }
30872
31084
 
30873
- .p12gwtiw {
30874
- display: flex;
30875
- justify-content: space-between;
30876
- align-items: center;
30877
- padding: 10px 0;
30878
- color: rgba(44, 56, 82, 0.6);
30879
- font-size: 12px;
30880
- line-height: 24px;
30881
- }
30882
- .p12gwtiw .pagination-left {
30883
- padding: 2px 8px;
30884
- }
30885
- .p12gwtiw .dropdown-trigger {
30886
- display: flex;
30887
- align-items: center;
30888
- border-radius: 6px;
30889
- cursor: pointer;
30890
- transition: all 0.3s ease;
30891
- }
30892
- .p12gwtiw .dropdown-trigger:hover {
30893
- background: rgba(211, 218, 235, 0.6);
30894
- color: #0080ff;
30895
- }
30896
- .p12gwtiw .dropdown-trigger .icon-inner {
30897
- margin-left: 4px;
30898
- }
30899
- .p12gwtiw .pagination-right {
30900
- display: flex;
30901
- align-items: center;
30902
- color: #0080ff;
30903
- font-weight: bold;
30904
- }
30905
- .p12gwtiw .pagination-right .icon-inner {
30906
- margin-left: 4px;
30907
- }
30908
- .p12gwtiw .pagination-right .prev-btn,
30909
- .p12gwtiw .pagination-right .next-btn {
30910
- padding: 0 8px;
30911
- }
30912
- .p12gwtiw .pagination-right .prev-btn > span,
30913
- .p12gwtiw .pagination-right .next-btn > span {
30914
- color: #0080ff;
30915
- }
30916
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30917
- transform: rotate(180deg);
30918
- }
30919
-
30920
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30921
- max-height: calc(100vh - 128px);
30922
- overflow-y: auto;
30923
- }
30924
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30925
- padding: 4px 20px;
30926
- font-size: 12px;
30927
- line-height: 18px;
30928
- }
30929
-
30930
31085
  .s34f1qb.ant-switch {
30931
31086
  min-width: 40px;
30932
31087
  height: 24px;
@@ -30946,195 +31101,40 @@ input.rrg1fkn.ant-input {
30946
31101
  }
30947
31102
  .s34f1qb.ant-switch .ant-switch-handle {
30948
31103
  height: 20px;
30949
- width: 20px;
30950
- }
30951
- .s34f1qb.ant-switch .ant-switch-handle::before {
30952
- border-radius: 10px;
30953
- transition-delay: 120ms;
30954
- }
30955
- .s34f1qb.ant-switch-small .ant-switch-handle {
30956
- height: 14px;
30957
- width: 14px;
30958
- top: 1px;
30959
- left: 1px;
30960
- }
30961
- .s34f1qb.ant-switch-large .ant-switch-handle {
30962
- height: 28px;
30963
- width: 28px;
30964
- }
30965
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30966
- border-radius: 14px;
30967
- }
30968
- .s34f1qb.ant-switch-checked {
30969
- background-color: #00ba5d;
30970
- }
30971
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30972
- left: calc(100% - 20px - 2px);
30973
- }
30974
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30975
- left: calc(100% - 14px - 1px);
30976
- }
30977
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30978
- left: calc(100% - 28px - 2px);
30979
- }
30980
-
30981
- .c1to9vb9 {
30982
- margin-left: 5px;
30983
- }
30984
-
30985
- .obf05yr {
30986
- display: inline-block;
30987
- }
30988
-
30989
- .hsms1n6 {
30990
- visibility: hidden;
30991
- position: absolute;
30992
- }
30993
-
30994
- .rxbeqvl.ant-radio-wrapper {
30995
- display: inline-flex;
30996
- align-items: baseline;
30997
- white-space: pre-wrap;
30998
- }
30999
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31000
- position: relative;
31001
- top: 3px;
31002
- }
31003
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31004
- border-color: rgba(107, 128, 167, 0.6);
31005
- }
31006
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31007
- border-color: #0080ff;
31008
- }
31009
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31010
- border-color: #0080ff;
31011
- background: #0080ff;
31012
- }
31013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31014
- top: 4px;
31015
- left: 4px;
31016
- width: 6px;
31017
- height: 6px;
31018
- background: #fff;
31019
- }
31020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31021
- opacity: 0.5;
31022
- }
31023
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31024
- border-color: rgba(107, 128, 167, 0.6);
31025
- background: rgba(211, 218, 235, 0.6);
31026
- }
31027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31028
- background: #00122e;
31029
- }
31030
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31031
- color: #00122e;
31032
- opacity: 0.5;
31033
- }
31034
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31035
- color: #00122e;
31036
- }
31037
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31038
- display: inline-block;
31039
- padding: 0;
31040
- padding-left: 12px;
31041
- }
31042
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31043
- margin-bottom: 0;
31044
- white-space: pre-wrap;
31045
- color: rgba(44, 56, 82, 0.6);
31046
- }
31047
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31048
- padding-left: 8px;
31049
- }
31050
-
31051
- .r5ie79y .ant-radio-button-wrapper:first-child {
31052
- border-radius: 5px 0 0 5px;
31053
- }
31054
- .r5ie79y .ant-radio-button-wrapper:last-child {
31055
- border-radius: 0 5px 5px 0;
31056
- }
31057
-
31058
- .r1f0aqcc {
31059
- color: #00122e;
31060
- border-color: #ccd4e3;
31061
- }
31062
- .r1f0aqcc:first-child {
31063
- border-color: #a3b4cc;
31064
- }
31065
- .r1f0aqcc.ant-radio-button-wrapper {
31066
- padding: 0 12px;
31067
- line-height: 32px;
31068
- height: 32px;
31069
- }
31070
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31071
- white-space: nowrap;
31072
- }
31073
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31074
- height: 22px;
31075
- padding: 0 7px;
31076
- line-height: 20px;
31077
- }
31078
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31079
- background: #ccd4e3;
31080
- }
31081
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31082
- background: #0080ff;
31083
- }
31084
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31085
- background: #ccd4e3;
31086
- opacity: 0.5;
31087
- }
31088
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31089
- border-right-color: #0080ff;
31090
- }
31091
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31092
- border-color: #0080ff;
31093
- }
31094
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31095
- background: rgba(0, 136, 255, 0.1);
31104
+ width: 20px;
31096
31105
  }
31097
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31098
- background: rgba(211, 218, 235, 0.6);
31099
- border-color: #ccd4e3;
31100
- opacity: 0.5;
31106
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31107
+ border-radius: 10px;
31108
+ transition-delay: 120ms;
31101
31109
  }
31102
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31103
- color: #00122e;
31104
- border-color: #ccd4e3;
31110
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31111
+ height: 14px;
31112
+ width: 14px;
31113
+ top: 1px;
31114
+ left: 1px;
31105
31115
  }
31106
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31107
- color: #00122e;
31108
- border-color: #ccd4e3;
31109
- background: rgba(172, 186, 211, 0.6);
31116
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31117
+ height: 28px;
31118
+ width: 28px;
31110
31119
  }
31111
- .r1f0aqcc .ant-radio-button-input {
31112
- margin-right: 8px;
31113
- display: inline;
31114
- border: none;
31115
- padding: 0;
31116
- width: 36px;
31117
- background: transparent;
31120
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31121
+ border-radius: 14px;
31118
31122
  }
31119
- .r1f0aqcc .ant-radio-button-input:focus {
31120
- box-shadow: none;
31123
+ .s34f1qb.ant-switch-checked {
31124
+ background-color: #00ba5d;
31121
31125
  }
31122
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31123
- margin-right: 0;
31124
- width: initial;
31125
- box-shadow: none;
31126
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31127
+ left: calc(100% - 20px - 2px);
31126
31128
  }
31127
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31128
- display: none;
31129
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31130
+ left: calc(100% - 14px - 1px);
31129
31131
  }
31130
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31131
- display: inline;
31132
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31133
+ left: calc(100% - 28px - 2px);
31132
31134
  }
31133
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31134
- display: inline;
31135
- margin-right: 8px;
31136
- padding: 0;
31137
- width: 36px;
31135
+
31136
+ .c1to9vb9 {
31137
+ margin-left: 5px;
31138
31138
  }
31139
31139
 
31140
31140
  .t1upn1sz {
@@ -32178,10 +32178,16 @@ input.rrg1fkn.ant-input {
32178
32178
  display: flex;
32179
32179
  }
32180
32180
 
32181
- .t19ustft .date {
32181
+ .igz4le8 {
32182
+ height: 24px;
32183
+ width: 56px !important;
32182
32184
  margin-right: 4px;
32183
32185
  }
32184
32186
 
32187
+ .c1riexje {
32188
+ color: rgba(44, 56, 82, 0.6);
32189
+ }
32190
+
32185
32191
  .s14dk8r1 {
32186
32192
  margin: 0;
32187
32193
  border-radius: 20px;
@@ -32256,16 +32262,6 @@ input.rrg1fkn.ant-input {
32256
32262
  display: inline-block;
32257
32263
  }
32258
32264
 
32259
- .igz4le8 {
32260
- height: 24px;
32261
- width: 56px !important;
32262
- margin-right: 4px;
32263
- }
32264
-
32265
- .c1riexje {
32266
- color: rgba(44, 56, 82, 0.6);
32267
- }
32268
-
32269
32265
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32270
32266
  border-radius: 6px;
32271
32267
  }
@@ -32319,193 +32315,12 @@ input.rrg1fkn.ant-input {
32319
32315
  border-color: #0080ff;
32320
32316
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32321
32317
  }
32322
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32323
- transform: rotate(180deg);
32324
- }
32325
-
32326
- .sq6vos1 {
32327
- --item-min-width: 60px;
32328
- }
32329
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32330
- display: none !important;
32331
- }
32332
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32333
- flex-shrink: 0 !important;
32334
- }
32335
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32336
- color: #0080ff;
32337
- }
32338
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32339
- color: #0080ff;
32340
- font-weight: normal;
32341
- }
32342
- .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 {
32343
- color: rgba(44, 56, 82, 0.6);
32344
- }
32345
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32346
- color: #00122e;
32347
- }
32348
- .sq6vos1 .step-item-text {
32349
- display: inline-block;
32350
- }
32351
- .sq6vos1 .step-item-title {
32352
- overflow: hidden;
32353
- white-space: nowrap;
32354
- text-overflow: ellipsis;
32355
- }
32356
-
32357
- .hjtnwxg .ant-steps-item-container {
32358
- min-width: var(--item-min-width);
32359
- }
32360
- .hjtnwxg .ant-steps-item-disabled {
32361
- cursor: not-allowed !important;
32362
- }
32363
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32364
- flex-direction: row;
32365
- justify-content: stretch;
32366
- }
32367
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32368
- padding: 0;
32369
- margin-right: 4px;
32370
- flex: 1;
32371
- overflow: visible;
32372
- }
32373
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32374
- width: 100%;
32375
- min-height: unset;
32376
- }
32377
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32378
- height: 26px;
32379
- line-height: 26px;
32380
- width: 100%;
32381
- padding: 0;
32382
- font-size: 12px;
32383
- }
32384
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32385
- margin-right: 10px;
32386
- }
32387
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32388
- display: none;
32389
- }
32390
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32391
- padding-left: 8px;
32392
- padding-right: 4px;
32393
- border-radius: 4px 0 0 4px;
32394
- }
32395
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32396
- margin-right: 0;
32397
- }
32398
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32399
- padding-right: 8px;
32400
- padding-left: 12px;
32401
- border-radius: 0 4px 4px 0;
32402
- }
32403
- .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 {
32404
- content: "";
32405
- width: 0;
32406
- height: 0;
32407
- border: 13px solid transparent;
32408
- position: absolute;
32409
- top: 0;
32410
- border-left: 8px solid rgba(237, 241, 250, 0.6);
32411
- z-index: 2;
32412
- position: relative;
32413
- top: -50%;
32414
- right: -100%;
32415
- }
32416
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32417
- padding: 0 4px 0 12px;
32418
- }
32419
- .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 {
32420
- content: "";
32421
- width: 0;
32422
- height: 0;
32423
- border: 13px solid transparent;
32424
- position: absolute;
32425
- top: 0;
32426
- border-left: 8px solid #fff;
32427
- left: 0;
32428
- }
32429
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32430
- max-width: calc(100% - var(--item-min-width) * 2);
32431
- }
32432
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32433
- background-color: rgba(0, 136, 255, 0.1);
32434
- }
32435
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32436
- border-left-color: rgba(0, 136, 255, 0.1) !important;
32437
- }
32438
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32439
- cursor: pointer;
32440
- min-width: var(--item-min-width);
32441
- }
32442
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32443
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32444
- min-width: var(--item-min-width);
32445
- }
32446
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32447
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32448
- background-color: rgba(237, 241, 250, 0.6);
32449
- }
32450
- .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32451
- padding: 0;
32452
- }
32453
-
32454
- .v1p8siwu .ant-steps.ant-steps-vertical {
32455
- width: 138px;
32456
- row-gap: 2px;
32457
- }
32458
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32459
- padding: 0 8px;
32460
- border-radius: 4px;
32461
- height: 32px;
32462
- display: flex;
32463
- align-items: center;
32464
- }
32465
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32466
- min-height: auto;
32467
- white-space: nowrap;
32468
- }
32469
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32470
- font-size: 13px;
32471
- line-height: 20px;
32472
- max-width: 100%;
32473
- }
32474
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32475
- background: rgba(0, 128, 255, 0.1);
32476
- }
32477
-
32478
- .h1xo7yjb {
32479
- width: 100%;
32480
- display: inline-flex;
32481
- align-items: center;
32482
- justify-content: center;
32483
- column-gap: 4px;
32484
- }
32485
- .h1xo7yjb .step-item-prefix-container {
32486
- display: inline-flex;
32487
- align-items: center;
32488
- width: 18px;
32489
- height: 18px;
32490
- color: rgba(44, 56, 82, 0.75);
32491
- justify-content: center;
32492
- }
32493
-
32494
- .v1f2f7cy {
32495
- width: 100%;
32496
- display: flex;
32497
- align-items: center;
32498
- justify-content: center;
32499
- column-gap: 6px;
32500
- font-size: 13px;
32501
- }
32502
- .v1f2f7cy .step-item-prefix-container {
32503
- display: inline-flex;
32504
- align-items: center;
32505
- min-width: 20px;
32506
- min-height: 20px;
32507
- color: rgba(44, 56, 82, 0.75);
32508
- justify-content: center;
32318
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32319
+ transform: rotate(180deg);
32320
+ }
32321
+
32322
+ .t19ustft .date {
32323
+ margin-right: 4px;
32509
32324
  }
32510
32325
 
32511
32326
  .m1thnes4 {
@@ -32751,6 +32566,18 @@ input.rrg1fkn.ant-input {
32751
32566
  background-color: #7E41FF;
32752
32567
  }
32753
32568
 
32569
+ .n3qomhu {
32570
+ font-size: 90%;
32571
+ font-weight: bold;
32572
+ background-color: rgba(240, 243, 247, 0.6);
32573
+ padding: 1px 4px 1px;
32574
+ margin-left: 2px;
32575
+ margin-right: 2px;
32576
+ border: 1px solid rgba(213, 219, 227, 0.6);
32577
+ border-radius: 4px;
32578
+ word-break: break-all;
32579
+ }
32580
+
32754
32581
  .o8ocss1 {
32755
32582
  overflow: hidden;
32756
32583
  text-overflow: ellipsis;
@@ -32790,6 +32617,191 @@ input.rrg1fkn.ant-input {
32790
32617
  background: rgba(163, 180, 204, 0.18);
32791
32618
  }
32792
32619
 
32620
+ .sq6vos1 {
32621
+ --item-min-width: 60px;
32622
+ }
32623
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32624
+ display: none !important;
32625
+ }
32626
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32627
+ flex-shrink: 0 !important;
32628
+ }
32629
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32630
+ color: #0080ff;
32631
+ }
32632
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32633
+ color: #0080ff;
32634
+ font-weight: normal;
32635
+ }
32636
+ .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 {
32637
+ color: rgba(44, 56, 82, 0.6);
32638
+ }
32639
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32640
+ color: #00122e;
32641
+ }
32642
+ .sq6vos1 .step-item-text {
32643
+ display: inline-block;
32644
+ }
32645
+ .sq6vos1 .step-item-title {
32646
+ overflow: hidden;
32647
+ white-space: nowrap;
32648
+ text-overflow: ellipsis;
32649
+ }
32650
+
32651
+ .hjtnwxg .ant-steps-item-container {
32652
+ min-width: var(--item-min-width);
32653
+ }
32654
+ .hjtnwxg .ant-steps-item-disabled {
32655
+ cursor: not-allowed !important;
32656
+ }
32657
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32658
+ flex-direction: row;
32659
+ justify-content: stretch;
32660
+ }
32661
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32662
+ padding: 0;
32663
+ margin-right: 4px;
32664
+ flex: 1;
32665
+ overflow: visible;
32666
+ }
32667
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32668
+ width: 100%;
32669
+ min-height: unset;
32670
+ }
32671
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32672
+ height: 26px;
32673
+ line-height: 26px;
32674
+ width: 100%;
32675
+ padding: 0;
32676
+ font-size: 12px;
32677
+ }
32678
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32679
+ margin-right: 10px;
32680
+ }
32681
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32682
+ display: none;
32683
+ }
32684
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32685
+ padding-left: 8px;
32686
+ padding-right: 4px;
32687
+ border-radius: 4px 0 0 4px;
32688
+ }
32689
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32690
+ margin-right: 0;
32691
+ }
32692
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32693
+ padding-right: 8px;
32694
+ padding-left: 12px;
32695
+ border-radius: 0 4px 4px 0;
32696
+ }
32697
+ .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 {
32698
+ content: "";
32699
+ width: 0;
32700
+ height: 0;
32701
+ border: 13px solid transparent;
32702
+ position: absolute;
32703
+ top: 0;
32704
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32705
+ z-index: 2;
32706
+ position: relative;
32707
+ top: -50%;
32708
+ right: -100%;
32709
+ }
32710
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32711
+ padding: 0 4px 0 12px;
32712
+ }
32713
+ .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 {
32714
+ content: "";
32715
+ width: 0;
32716
+ height: 0;
32717
+ border: 13px solid transparent;
32718
+ position: absolute;
32719
+ top: 0;
32720
+ border-left: 8px solid #fff;
32721
+ left: 0;
32722
+ }
32723
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32724
+ max-width: calc(100% - var(--item-min-width) * 2);
32725
+ }
32726
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32727
+ background-color: rgba(0, 136, 255, 0.1);
32728
+ }
32729
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32730
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32731
+ }
32732
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32733
+ cursor: pointer;
32734
+ min-width: var(--item-min-width);
32735
+ }
32736
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32737
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32738
+ min-width: var(--item-min-width);
32739
+ }
32740
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32741
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32742
+ background-color: rgba(237, 241, 250, 0.6);
32743
+ }
32744
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32745
+ padding: 0;
32746
+ }
32747
+
32748
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32749
+ width: 138px;
32750
+ row-gap: 2px;
32751
+ }
32752
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32753
+ padding: 0 8px;
32754
+ border-radius: 4px;
32755
+ height: 32px;
32756
+ display: flex;
32757
+ align-items: center;
32758
+ }
32759
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32760
+ min-height: auto;
32761
+ white-space: nowrap;
32762
+ }
32763
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32764
+ font-size: 13px;
32765
+ line-height: 20px;
32766
+ max-width: 100%;
32767
+ }
32768
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32769
+ background: rgba(0, 128, 255, 0.1);
32770
+ }
32771
+
32772
+ .h1xo7yjb {
32773
+ width: 100%;
32774
+ display: inline-flex;
32775
+ align-items: center;
32776
+ justify-content: center;
32777
+ column-gap: 4px;
32778
+ }
32779
+ .h1xo7yjb .step-item-prefix-container {
32780
+ display: inline-flex;
32781
+ align-items: center;
32782
+ width: 18px;
32783
+ height: 18px;
32784
+ color: rgba(44, 56, 82, 0.75);
32785
+ justify-content: center;
32786
+ }
32787
+
32788
+ .v1f2f7cy {
32789
+ width: 100%;
32790
+ display: flex;
32791
+ align-items: center;
32792
+ justify-content: center;
32793
+ column-gap: 6px;
32794
+ font-size: 13px;
32795
+ }
32796
+ .v1f2f7cy .step-item-prefix-container {
32797
+ display: inline-flex;
32798
+ align-items: center;
32799
+ min-width: 20px;
32800
+ min-height: 20px;
32801
+ color: rgba(44, 56, 82, 0.75);
32802
+ justify-content: center;
32803
+ }
32804
+
32793
32805
  .c1k4vanq {
32794
32806
  padding: 0 12px 14px 12px;
32795
32807
  }
@@ -33100,6 +33112,11 @@ input.rrg1fkn.ant-input {
33100
33112
  margin-right: 4px;
33101
33113
  }
33102
33114
 
33115
+ .iwsze0q {
33116
+ margin-right: 4px;
33117
+ height: 16px;
33118
+ }
33119
+
33103
33120
  .sut42l0 {
33104
33121
  padding: 0 8px;
33105
33122
  height: 18px;
@@ -33119,11 +33136,6 @@ input.rrg1fkn.ant-input {
33119
33136
  height: 16px;
33120
33137
  }
33121
33138
 
33122
- .iwsze0q {
33123
- margin-right: 4px;
33124
- height: 16px;
33125
- }
33126
-
33127
33139
  .at4ovwe .ant-input-number-handler-wrap {
33128
33140
  display: var(--at4ovwe-0);
33129
33141
  }
@@ -33174,25 +33186,6 @@ input.rrg1fkn.ant-input {
33174
33186
  font-size: inherit;
33175
33187
  }
33176
33188
 
33177
- .feau332.ant-form-item {
33178
- margin-bottom: 0;
33179
- }
33180
- .feau332 .ant-form-item-explain {
33181
- display: none;
33182
- min-height: 18px;
33183
- margin-top: 5px;
33184
- font-family: "Inter";
33185
- font-weight: 400;
33186
- font-size: 12px;
33187
- line-height: 18px;
33188
- }
33189
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33190
- white-space: pre-wrap;
33191
- }
33192
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33193
- display: block;
33194
- }
33195
-
33196
33189
  .a6dbbkm .ant-input-number-handler-wrap {
33197
33190
  display: var(--a6dbbkm-0);
33198
33191
  }
@@ -33222,4 +33215,23 @@ input.rrg1fkn.ant-input {
33222
33215
  margin: 0;
33223
33216
  height: auto;
33224
33217
  font-size: inherit;
33218
+ }
33219
+
33220
+ .feau332.ant-form-item {
33221
+ margin-bottom: 0;
33222
+ }
33223
+ .feau332 .ant-form-item-explain {
33224
+ display: none;
33225
+ min-height: 18px;
33226
+ margin-top: 5px;
33227
+ font-family: "Inter";
33228
+ font-weight: 400;
33229
+ font-size: 12px;
33230
+ line-height: 18px;
33231
+ }
33232
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33233
+ white-space: pre-wrap;
33234
+ }
33235
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33236
+ display: block;
33225
33237
  }