@cloudtower/eagle 0.27.3-gobackbutton → 0.27.3-gobackbutton2

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.
@@ -29750,19 +29750,6 @@ html body {
29750
29750
  border-radius: unset;
29751
29751
  }
29752
29752
 
29753
- .iap75of {
29754
- height: 18px;
29755
- line-height: 18px;
29756
- padding: 0 4px;
29757
- border-radius: 4px;
29758
- background: rgba(235, 239, 245, 0.6);
29759
- border: 1px solid rgba(223, 228, 235, 0.6);
29760
- display: flex;
29761
- align-items: center;
29762
- white-space: nowrap;
29763
- margin-right: 4px;
29764
- }
29765
-
29766
29753
  .fde5mpd {
29767
29754
  width: 100%;
29768
29755
  height: 100%;
@@ -29796,6 +29783,28 @@ html body {
29796
29783
  animation: rotate 680ms linear infinite;
29797
29784
  }
29798
29785
 
29786
+ .iap75of {
29787
+ height: 18px;
29788
+ line-height: 18px;
29789
+ padding: 0 4px;
29790
+ border-radius: 4px;
29791
+ background: rgba(235, 239, 245, 0.6);
29792
+ border: 1px solid rgba(223, 228, 235, 0.6);
29793
+ display: flex;
29794
+ align-items: center;
29795
+ white-space: nowrap;
29796
+ margin-right: 4px;
29797
+ }
29798
+
29799
+ .obf05yr {
29800
+ display: inline-block;
29801
+ }
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29806
+ }
29807
+
29799
29808
  .p12gwtiw {
29800
29809
  display: flex;
29801
29810
  justify-content: space-between;
@@ -29853,70 +29862,6 @@ html body {
29853
29862
  line-height: 18px;
29854
29863
  }
29855
29864
 
29856
- .obf05yr {
29857
- display: inline-block;
29858
- }
29859
-
29860
- .hsms1n6 {
29861
- visibility: hidden;
29862
- position: absolute;
29863
- }
29864
-
29865
- .s34f1qb.ant-switch {
29866
- min-width: 40px;
29867
- height: 24px;
29868
- background: rgba(172, 186, 211, 0.6);
29869
- overflow: hidden;
29870
- }
29871
- .s34f1qb.ant-switch:focus {
29872
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29873
- }
29874
- .s34f1qb.ant-switch-small {
29875
- min-width: 26px;
29876
- height: 16px;
29877
- }
29878
- .s34f1qb.ant-switch-large {
29879
- min-width: 52px;
29880
- height: 32px;
29881
- }
29882
- .s34f1qb.ant-switch .ant-switch-handle {
29883
- height: 20px;
29884
- width: 20px;
29885
- }
29886
- .s34f1qb.ant-switch .ant-switch-handle::before {
29887
- border-radius: 10px;
29888
- transition-delay: 120ms;
29889
- }
29890
- .s34f1qb.ant-switch-small .ant-switch-handle {
29891
- height: 14px;
29892
- width: 14px;
29893
- top: 1px;
29894
- left: 1px;
29895
- }
29896
- .s34f1qb.ant-switch-large .ant-switch-handle {
29897
- height: 28px;
29898
- width: 28px;
29899
- }
29900
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
29901
- border-radius: 14px;
29902
- }
29903
- .s34f1qb.ant-switch-checked {
29904
- background-color: #00ba5d;
29905
- }
29906
- .s34f1qb.ant-switch-checked .ant-switch-handle {
29907
- left: calc(100% - 20px - 2px);
29908
- }
29909
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29910
- left: calc(100% - 14px - 1px);
29911
- }
29912
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29913
- left: calc(100% - 28px - 2px);
29914
- }
29915
-
29916
- .c1to9vb9 {
29917
- margin-left: 5px;
29918
- }
29919
-
29920
29865
  .rxbeqvl.ant-radio-wrapper {
29921
29866
  display: inline-flex;
29922
29867
  align-items: baseline;
@@ -30675,6 +30620,61 @@ input.rrg1fkn.ant-input {
30675
30620
  border-bottom-left-radius: 0;
30676
30621
  }
30677
30622
 
30623
+ .s34f1qb.ant-switch {
30624
+ min-width: 40px;
30625
+ height: 24px;
30626
+ background: rgba(172, 186, 211, 0.6);
30627
+ overflow: hidden;
30628
+ }
30629
+ .s34f1qb.ant-switch:focus {
30630
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30631
+ }
30632
+ .s34f1qb.ant-switch-small {
30633
+ min-width: 26px;
30634
+ height: 16px;
30635
+ }
30636
+ .s34f1qb.ant-switch-large {
30637
+ min-width: 52px;
30638
+ height: 32px;
30639
+ }
30640
+ .s34f1qb.ant-switch .ant-switch-handle {
30641
+ height: 20px;
30642
+ width: 20px;
30643
+ }
30644
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30645
+ border-radius: 10px;
30646
+ transition-delay: 120ms;
30647
+ }
30648
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30649
+ height: 14px;
30650
+ width: 14px;
30651
+ top: 1px;
30652
+ left: 1px;
30653
+ }
30654
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30655
+ height: 28px;
30656
+ width: 28px;
30657
+ }
30658
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
+ border-radius: 14px;
30660
+ }
30661
+ .s34f1qb.ant-switch-checked {
30662
+ background-color: #00ba5d;
30663
+ }
30664
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
+ left: calc(100% - 20px - 2px);
30666
+ }
30667
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
+ left: calc(100% - 14px - 1px);
30669
+ }
30670
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
+ left: calc(100% - 28px - 2px);
30672
+ }
30673
+
30674
+ .c1to9vb9 {
30675
+ margin-left: 5px;
30676
+ }
30677
+
30678
30678
  .t1upn1sz {
30679
30679
  height: 100%;
30680
30680
  }
@@ -31739,11 +31739,62 @@ input.rrg1fkn.ant-input {
31739
31739
  color: #fff;
31740
31740
  }
31741
31741
 
31742
- .tje3huy {
31743
- width: 100%;
31744
- overflow: inherit;
31745
- white-space: inherit;
31746
- text-overflow: ellipsis;
31742
+ .c1uzzomf {
31743
+ margin-bottom: 16px;
31744
+ }
31745
+ .c1uzzomf .card-title {
31746
+ font-size: 16px;
31747
+ color: rgba(44, 56, 82, 0.6);
31748
+ font-weight: 700;
31749
+ line-height: 32px;
31750
+ }
31751
+ .c1uzzomf .card-body {
31752
+ padding: 24px;
31753
+ border-radius: 8px;
31754
+ background: #fff;
31755
+ }
31756
+ .c1uzzomf .empty {
31757
+ font-weight: 700;
31758
+ font-size: 14px;
31759
+ line-height: 22px;
31760
+ color: rgba(0, 21, 64, 0.3);
31761
+ text-align: center;
31762
+ }
31763
+
31764
+ .c18gxmrl {
31765
+ border: 1px solid #d8deeb;
31766
+ border-radius: 4px;
31767
+ }
31768
+ .c18gxmrl + .c18gxmrl {
31769
+ margin-top: 8px;
31770
+ }
31771
+ .c18gxmrl:hover {
31772
+ border-color: #0080ff;
31773
+ }
31774
+ .c18gxmrl:hover > header {
31775
+ background: rgba(0, 128, 255, 0.1);
31776
+ }
31777
+ .c18gxmrl.active header {
31778
+ border-bottom: 1px solid #d8deeb;
31779
+ }
31780
+ .c18gxmrl > header {
31781
+ padding: 8px 12px;
31782
+ }
31783
+
31784
+ .berrcjl {
31785
+ color: rgba(10, 37, 85, 0.6);
31786
+ margin-bottom: 4px;
31787
+ }
31788
+ .berrcjl .breadcrumb-link {
31789
+ color: rgba(10, 37, 85, 0.6);
31790
+ cursor: pointer;
31791
+ transition: color 160ms ease;
31792
+ }
31793
+ .berrcjl .breadcrumb-link:hover {
31794
+ color: #0080ff;
31795
+ }
31796
+ .berrcjl .breadcrumb-link:active {
31797
+ color: #005ed1;
31747
31798
  }
31748
31799
 
31749
31800
  .c1bus5hc {
@@ -31805,42 +31856,6 @@ input.rrg1fkn.ant-input {
31805
31856
  overflow: "auto";
31806
31857
  }
31807
31858
 
31808
- .c18gxmrl {
31809
- border: 1px solid #d8deeb;
31810
- border-radius: 4px;
31811
- }
31812
- .c18gxmrl + .c18gxmrl {
31813
- margin-top: 8px;
31814
- }
31815
- .c18gxmrl:hover {
31816
- border-color: #0080ff;
31817
- }
31818
- .c18gxmrl:hover > header {
31819
- background: rgba(0, 128, 255, 0.1);
31820
- }
31821
- .c18gxmrl.active header {
31822
- border-bottom: 1px solid #d8deeb;
31823
- }
31824
- .c18gxmrl > header {
31825
- padding: 8px 12px;
31826
- }
31827
-
31828
- .berrcjl {
31829
- color: rgba(10, 37, 85, 0.6);
31830
- margin-bottom: 4px;
31831
- }
31832
- .berrcjl .breadcrumb-link {
31833
- color: rgba(10, 37, 85, 0.6);
31834
- cursor: pointer;
31835
- transition: color 160ms ease;
31836
- }
31837
- .berrcjl .breadcrumb-link:hover {
31838
- color: #0080ff;
31839
- }
31840
- .berrcjl .breadcrumb-link:active {
31841
- color: #005ed1;
31842
- }
31843
-
31844
31859
  .s1iv0tp1 .enabled-switch {
31845
31860
  display: flex;
31846
31861
  align-items: center;
@@ -31849,26 +31864,11 @@ input.rrg1fkn.ant-input {
31849
31864
  margin-right: 8px;
31850
31865
  }
31851
31866
 
31852
- .c1uzzomf {
31853
- margin-bottom: 16px;
31854
- }
31855
- .c1uzzomf .card-title {
31856
- font-size: 16px;
31857
- color: rgba(44, 56, 82, 0.6);
31858
- font-weight: 700;
31859
- line-height: 32px;
31860
- }
31861
- .c1uzzomf .card-body {
31862
- padding: 24px;
31863
- border-radius: 8px;
31864
- background: #fff;
31865
- }
31866
- .c1uzzomf .empty {
31867
- font-weight: 700;
31868
- font-size: 14px;
31869
- line-height: 22px;
31870
- color: rgba(0, 21, 64, 0.3);
31871
- text-align: center;
31867
+ .tje3huy {
31868
+ width: 100%;
31869
+ overflow: inherit;
31870
+ white-space: inherit;
31871
+ text-overflow: ellipsis;
31872
31872
  }
31873
31873
 
31874
31874
  .m15dvk92 {
@@ -32228,189 +32228,14 @@ input.rrg1fkn.ant-input {
32228
32228
  background-color: #7E41FF;
32229
32229
  }
32230
32230
 
32231
- .sq6vos1 {
32232
- --item-min-width: 60px;
32233
- }
32234
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32235
- display: none !important;
32236
- }
32237
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32238
- flex-shrink: 0 !important;
32239
- }
32240
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32241
- color: #0080ff;
32242
- }
32243
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32244
- color: #0080ff;
32245
- font-weight: normal;
32246
- }
32247
- .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 {
32248
- color: rgba(44, 56, 82, 0.6);
32249
- }
32250
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32251
- color: #00122e;
32252
- }
32253
- .sq6vos1 .step-item-text {
32254
- display: inline-block;
32255
- }
32256
- .sq6vos1 .step-item-title {
32257
- overflow: hidden;
32258
- white-space: nowrap;
32259
- text-overflow: ellipsis;
32260
- }
32261
-
32262
- .hjtnwxg .ant-steps-item-container {
32263
- min-width: var(--item-min-width);
32264
- }
32265
- .hjtnwxg .ant-steps-item-disabled {
32266
- cursor: not-allowed !important;
32267
- }
32268
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32269
- flex-direction: row;
32270
- justify-content: stretch;
32271
- }
32272
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32273
- padding: 0;
32274
- margin-right: 4px;
32275
- flex: 1;
32276
- overflow: visible;
32277
- }
32278
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32279
- width: 100%;
32280
- min-height: unset;
32281
- }
32282
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32283
- height: 26px;
32284
- line-height: 26px;
32285
- width: 100%;
32286
- padding: 0;
32287
- font-size: 12px;
32288
- }
32289
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32290
- margin-right: 10px;
32291
- }
32292
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32293
- display: none;
32294
- }
32295
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32296
- padding-left: 8px;
32297
- padding-right: 4px;
32298
- border-radius: 4px 0 0 4px;
32299
- }
32300
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32301
- margin-right: 0;
32302
- }
32303
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32304
- padding-right: 8px;
32305
- padding-left: 12px;
32306
- border-radius: 0 4px 4px 0;
32307
- }
32308
- .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 {
32309
- content: "";
32310
- width: 0;
32311
- height: 0;
32312
- border: 13px solid transparent;
32313
- position: absolute;
32314
- top: 0;
32315
- border-left: 8px solid rgba(237, 241, 250, 0.6);
32316
- z-index: 2;
32317
- position: relative;
32318
- top: -50%;
32319
- right: -100%;
32320
- }
32321
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32322
- padding: 0 4px 0 12px;
32323
- }
32324
- .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 {
32325
- content: "";
32326
- width: 0;
32327
- height: 0;
32328
- border: 13px solid transparent;
32329
- position: absolute;
32330
- top: 0;
32331
- border-left: 8px solid #fff;
32332
- left: 0;
32333
- }
32334
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32335
- max-width: calc(100% - var(--item-min-width) * 2);
32336
- }
32337
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32338
- background-color: rgba(0, 136, 255, 0.1);
32339
- }
32340
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32341
- border-left-color: rgba(0, 136, 255, 0.1) !important;
32342
- }
32343
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32231
+ .gmyahx3 {
32344
32232
  cursor: pointer;
32345
- min-width: var(--item-min-width);
32346
- }
32347
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32348
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32349
- min-width: var(--item-min-width);
32350
- }
32351
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32352
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32353
- background-color: rgba(237, 241, 250, 0.6);
32354
- }
32355
- .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32356
- padding: 0;
32357
- }
32358
-
32359
- .v1p8siwu .ant-steps.ant-steps-vertical {
32360
- width: 192px;
32361
- row-gap: 2px;
32362
- }
32363
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32364
- padding: 0 8px;
32365
- border-radius: 4px;
32366
- height: 32px;
32367
- display: flex;
32368
- align-items: center;
32369
- }
32370
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32371
- min-height: auto;
32372
- white-space: nowrap;
32373
- }
32374
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32375
- font-size: 13px;
32376
- line-height: 20px;
32377
- max-width: 100%;
32378
- }
32379
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32380
- background: rgba(0, 128, 255, 0.1);
32381
- }
32382
-
32383
- .h1xo7yjb {
32384
- width: 100%;
32385
- display: inline-flex;
32386
- align-items: center;
32387
- justify-content: center;
32388
- column-gap: 4px;
32389
- }
32390
- .h1xo7yjb .step-item-prefix-container {
32391
- display: inline-flex;
32392
- align-items: center;
32393
- width: 18px;
32394
- height: 18px;
32395
- color: rgba(44, 56, 82, 0.75);
32396
- justify-content: center;
32397
32233
  }
32398
-
32399
- .v1f2f7cy {
32400
- width: 100%;
32401
- display: flex;
32402
- align-items: center;
32403
- justify-content: center;
32404
- column-gap: 6px;
32405
- font-size: 13px;
32234
+ .gmyahx3 .link-text {
32235
+ color: rgba(0, 21, 64, 0.3);
32406
32236
  }
32407
- .v1f2f7cy .step-item-prefix-container {
32408
- display: inline-flex;
32409
- align-items: center;
32410
- min-width: 20px;
32411
- min-height: 20px;
32412
- color: rgba(44, 56, 82, 0.75);
32413
- justify-content: center;
32237
+ .gmyahx3:hover .link-text {
32238
+ color: #0080ff;
32414
32239
  }
32415
32240
 
32416
32241
  .l4bld33 {
@@ -32623,48 +32448,233 @@ input.rrg1fkn.ant-input {
32623
32448
  margin-left: 8px;
32624
32449
  }
32625
32450
 
32626
- .t1gz6wqf {
32627
- height: 100%;
32451
+ .sq6vos1 {
32452
+ --item-min-width: 60px;
32628
32453
  }
32629
- .t1gz6wqf .table-loading-item {
32630
- padding: 12px 4px;
32631
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32632
- display: flex;
32454
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32455
+ display: none !important;
32633
32456
  }
32634
- .t1gz6wqf .table-loading-item > * {
32635
- height: 16px;
32636
- margin: 4px;
32637
- background: rgba(204, 212, 227, 0.18);
32638
- border-radius: 2px;
32457
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32458
+ flex-shrink: 0 !important;
32639
32459
  }
32640
- .t1gz6wqf .table-loading-item .checkbox-loading {
32641
- width: 16px;
32460
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32461
+ color: #0080ff;
32642
32462
  }
32643
- .t1gz6wqf .table-loading-item .td-loading {
32644
- flex: 1;
32463
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32464
+ color: #0080ff;
32465
+ font-weight: normal;
32645
32466
  }
32646
- .t1gz6wqf :nth-child(1) {
32647
- padding: 8px 4px;
32467
+ .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 {
32468
+ color: rgba(44, 56, 82, 0.6);
32648
32469
  }
32649
- .t1gz6wqf :nth-child(1) > * {
32650
- background: rgba(107, 125, 153, 0.18);
32470
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32471
+ color: #00122e;
32651
32472
  }
32652
- .t1gz6wqf :nth-child(1) > * {
32653
- background: rgba(163, 180, 204, 0.18);
32473
+ .sq6vos1 .step-item-text {
32474
+ display: inline-block;
32654
32475
  }
32655
-
32656
- .c1k4vanq {
32657
- padding: 0 12px 14px 12px;
32476
+ .sq6vos1 .step-item-title {
32477
+ overflow: hidden;
32478
+ white-space: nowrap;
32479
+ text-overflow: ellipsis;
32658
32480
  }
32659
32481
 
32660
- .c1udgdh2 {
32661
- color: #2d3a56;
32662
- padding: 7px 12px;
32663
- display: flex;
32664
- justify-content: space-between;
32665
- align-items: center;
32482
+ .hjtnwxg .ant-steps-item-container {
32483
+ min-width: var(--item-min-width);
32666
32484
  }
32667
- .c1udgdh2.has-arrow {
32485
+ .hjtnwxg .ant-steps-item-disabled {
32486
+ cursor: not-allowed !important;
32487
+ }
32488
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32489
+ flex-direction: row;
32490
+ justify-content: stretch;
32491
+ }
32492
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32493
+ padding: 0;
32494
+ margin-right: 4px;
32495
+ flex: 1;
32496
+ overflow: visible;
32497
+ }
32498
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32499
+ width: 100%;
32500
+ min-height: unset;
32501
+ }
32502
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32503
+ height: 26px;
32504
+ line-height: 26px;
32505
+ width: 100%;
32506
+ padding: 0;
32507
+ font-size: 12px;
32508
+ }
32509
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32510
+ margin-right: 10px;
32511
+ }
32512
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32513
+ display: none;
32514
+ }
32515
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32516
+ padding-left: 8px;
32517
+ padding-right: 4px;
32518
+ border-radius: 4px 0 0 4px;
32519
+ }
32520
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32521
+ margin-right: 0;
32522
+ }
32523
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32524
+ padding-right: 8px;
32525
+ padding-left: 12px;
32526
+ border-radius: 0 4px 4px 0;
32527
+ }
32528
+ .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 {
32529
+ content: "";
32530
+ width: 0;
32531
+ height: 0;
32532
+ border: 13px solid transparent;
32533
+ position: absolute;
32534
+ top: 0;
32535
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32536
+ z-index: 2;
32537
+ position: relative;
32538
+ top: -50%;
32539
+ right: -100%;
32540
+ }
32541
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32542
+ padding: 0 4px 0 12px;
32543
+ }
32544
+ .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 {
32545
+ content: "";
32546
+ width: 0;
32547
+ height: 0;
32548
+ border: 13px solid transparent;
32549
+ position: absolute;
32550
+ top: 0;
32551
+ border-left: 8px solid #fff;
32552
+ left: 0;
32553
+ }
32554
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32555
+ max-width: calc(100% - var(--item-min-width) * 2);
32556
+ }
32557
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32558
+ background-color: rgba(0, 136, 255, 0.1);
32559
+ }
32560
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32561
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32562
+ }
32563
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32564
+ cursor: pointer;
32565
+ min-width: var(--item-min-width);
32566
+ }
32567
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32568
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32569
+ min-width: var(--item-min-width);
32570
+ }
32571
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32572
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32573
+ background-color: rgba(237, 241, 250, 0.6);
32574
+ }
32575
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32576
+ padding: 0;
32577
+ }
32578
+
32579
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32580
+ width: 192px;
32581
+ row-gap: 2px;
32582
+ }
32583
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32584
+ padding: 0 8px;
32585
+ border-radius: 4px;
32586
+ height: 32px;
32587
+ display: flex;
32588
+ align-items: center;
32589
+ }
32590
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32591
+ min-height: auto;
32592
+ white-space: nowrap;
32593
+ }
32594
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32595
+ font-size: 13px;
32596
+ line-height: 20px;
32597
+ max-width: 100%;
32598
+ }
32599
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32600
+ background: rgba(0, 128, 255, 0.1);
32601
+ }
32602
+
32603
+ .h1xo7yjb {
32604
+ width: 100%;
32605
+ display: inline-flex;
32606
+ align-items: center;
32607
+ justify-content: center;
32608
+ column-gap: 4px;
32609
+ }
32610
+ .h1xo7yjb .step-item-prefix-container {
32611
+ display: inline-flex;
32612
+ align-items: center;
32613
+ width: 18px;
32614
+ height: 18px;
32615
+ color: rgba(44, 56, 82, 0.75);
32616
+ justify-content: center;
32617
+ }
32618
+
32619
+ .v1f2f7cy {
32620
+ width: 100%;
32621
+ display: flex;
32622
+ align-items: center;
32623
+ justify-content: center;
32624
+ column-gap: 6px;
32625
+ font-size: 13px;
32626
+ }
32627
+ .v1f2f7cy .step-item-prefix-container {
32628
+ display: inline-flex;
32629
+ align-items: center;
32630
+ min-width: 20px;
32631
+ min-height: 20px;
32632
+ color: rgba(44, 56, 82, 0.75);
32633
+ justify-content: center;
32634
+ }
32635
+
32636
+ .t1gz6wqf {
32637
+ height: 100%;
32638
+ }
32639
+ .t1gz6wqf .table-loading-item {
32640
+ padding: 12px 4px;
32641
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32642
+ display: flex;
32643
+ }
32644
+ .t1gz6wqf .table-loading-item > * {
32645
+ height: 16px;
32646
+ margin: 4px;
32647
+ background: rgba(204, 212, 227, 0.18);
32648
+ border-radius: 2px;
32649
+ }
32650
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32651
+ width: 16px;
32652
+ }
32653
+ .t1gz6wqf .table-loading-item .td-loading {
32654
+ flex: 1;
32655
+ }
32656
+ .t1gz6wqf :nth-child(1) {
32657
+ padding: 8px 4px;
32658
+ }
32659
+ .t1gz6wqf :nth-child(1) > * {
32660
+ background: rgba(107, 125, 153, 0.18);
32661
+ }
32662
+ .t1gz6wqf :nth-child(1) > * {
32663
+ background: rgba(163, 180, 204, 0.18);
32664
+ }
32665
+
32666
+ .c1k4vanq {
32667
+ padding: 0 12px 14px 12px;
32668
+ }
32669
+
32670
+ .c1udgdh2 {
32671
+ color: #2d3a56;
32672
+ padding: 7px 12px;
32673
+ display: flex;
32674
+ justify-content: space-between;
32675
+ align-items: center;
32676
+ }
32677
+ .c1udgdh2.has-arrow {
32668
32678
  padding-left: 10px;
32669
32679
  }
32670
32680
  .c1udgdh2.has-arrow .title-wrapper {
@@ -32697,6 +32707,22 @@ input.rrg1fkn.ant-input {
32697
32707
  margin-right: 2px;
32698
32708
  }
32699
32709
 
32710
+ .rrwcpby {
32711
+ display: flex;
32712
+ align-items: center;
32713
+ }
32714
+ .rrwcpby .order {
32715
+ height: 24px;
32716
+ width: 24px;
32717
+ border-radius: 20px;
32718
+ color: #0080ff;
32719
+ background: rgba(0, 136, 255, 0.1);
32720
+ display: flex;
32721
+ align-items: center;
32722
+ justify-content: center;
32723
+ margin-right: 6px;
32724
+ }
32725
+
32700
32726
  .bab9xum {
32701
32727
  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);
32702
32728
  }
@@ -32714,22 +32740,6 @@ input.rrg1fkn.ant-input {
32714
32740
  transform: translateY(-4px);
32715
32741
  }
32716
32742
 
32717
- .rrwcpby {
32718
- display: flex;
32719
- align-items: center;
32720
- }
32721
- .rrwcpby .order {
32722
- height: 24px;
32723
- width: 24px;
32724
- border-radius: 20px;
32725
- color: #0080ff;
32726
- background: rgba(0, 136, 255, 0.1);
32727
- display: flex;
32728
- align-items: center;
32729
- justify-content: center;
32730
- margin-right: 6px;
32731
- }
32732
-
32733
32743
  .f1p9ti6d {
32734
32744
  width: 100%;
32735
32745
  margin-bottom: 0 !important;
@@ -32761,13 +32771,54 @@ input.rrg1fkn.ant-input {
32761
32771
  min-height: 0px;
32762
32772
  }
32763
32773
 
32764
- .w1xcixj5.outside-tag {
32765
- padding-left: 0;
32774
+ .at4ovwe .ant-input-number-handler-wrap {
32775
+ display: var(--at4ovwe-0);
32766
32776
  }
32767
- .w1xcixj5.outside-tag .inside-tag {
32768
- border-radius: 4px 0 0 4px;
32769
- padding-right: 4px;
32777
+ .at4ovwe .ant-input-number-input-wrap {
32778
+ padding: 5px 12px;
32779
+ display: inline-flex;
32780
+ line-height: 1.5715;
32781
+ height: 100%;
32782
+ width: 100%;
32783
+ }
32784
+ .at4ovwe .ant-input-number-input-wrap::after {
32785
+ content: var(--at4ovwe-1);
32786
+ display: var(--at4ovwe-2);
32787
+ flex: none;
32788
+ align-items: center;
32789
+ margin-left: 4px;
32790
+ color: rgba(44, 56, 82, 0.6);
32791
+ }
32792
+ .at4ovwe .ant-input-number-input-wrap::before {
32793
+ content: var(--at4ovwe-3);
32794
+ display: var(--at4ovwe-4);
32795
+ flex: none;
32796
+ align-items: center;
32770
32797
  margin-right: 4px;
32798
+ cursor: auto;
32799
+ color: rgba(44, 56, 82, 0.6);
32800
+ }
32801
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
32802
+ border-radius: 0;
32803
+ }
32804
+ .at4ovwe.ant-input-number {
32805
+ width: 100%;
32806
+ border-radius: 6px;
32807
+ }
32808
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32809
+ border-color: #0096ff;
32810
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32811
+ z-index: 1;
32812
+ }
32813
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32814
+ border-color: #e75a3a;
32815
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32816
+ }
32817
+ .at4ovwe .ant-input-number-input {
32818
+ padding: 0;
32819
+ margin: 0;
32820
+ height: auto;
32821
+ font-size: inherit;
32771
32822
  }
32772
32823
 
32773
32824
  .sut42l0 {
@@ -32796,6 +32847,15 @@ input.rrg1fkn.ant-input {
32796
32847
  border: 1px solid rgba(211, 218, 235, 0.6);
32797
32848
  }
32798
32849
 
32850
+ .w1xcixj5.outside-tag {
32851
+ padding-left: 0;
32852
+ }
32853
+ .w1xcixj5.outside-tag .inside-tag {
32854
+ border-radius: 4px 0 0 4px;
32855
+ padding-right: 4px;
32856
+ margin-right: 4px;
32857
+ }
32858
+
32799
32859
  .iwsze0q {
32800
32860
  margin-right: 4px;
32801
32861
  height: 16px;
@@ -32994,54 +33054,23 @@ input.rrg1fkn.ant-input {
32994
33054
  margin-right: 8px;
32995
33055
  }
32996
33056
 
32997
- .at4ovwe .ant-input-number-handler-wrap {
32998
- display: var(--at4ovwe-0);
32999
- }
33000
- .at4ovwe .ant-input-number-input-wrap {
33001
- padding: 5px 12px;
33002
- display: inline-flex;
33003
- line-height: 1.5715;
33004
- height: 100%;
33005
- width: 100%;
33006
- }
33007
- .at4ovwe .ant-input-number-input-wrap::after {
33008
- content: var(--at4ovwe-1);
33009
- display: var(--at4ovwe-2);
33010
- flex: none;
33011
- align-items: center;
33012
- margin-left: 4px;
33013
- color: rgba(44, 56, 82, 0.6);
33014
- }
33015
- .at4ovwe .ant-input-number-input-wrap::before {
33016
- content: var(--at4ovwe-3);
33017
- display: var(--at4ovwe-4);
33018
- flex: none;
33019
- align-items: center;
33020
- margin-right: 4px;
33021
- cursor: auto;
33022
- color: rgba(44, 56, 82, 0.6);
33023
- }
33024
- .ant-input-group.ant-input-group-compact > .at4ovwe {
33025
- border-radius: 0;
33026
- }
33027
- .at4ovwe.ant-input-number {
33028
- width: 100%;
33029
- border-radius: 6px;
33057
+ .feau332.ant-form-item {
33058
+ margin-bottom: 0;
33030
33059
  }
33031
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33032
- border-color: #0096ff;
33033
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33034
- z-index: 1;
33060
+ .feau332 .ant-form-item-explain {
33061
+ display: none;
33062
+ min-height: 18px;
33063
+ margin-top: 5px;
33064
+ font-family: "Inter";
33065
+ font-weight: 400;
33066
+ font-size: 12px;
33067
+ line-height: 18px;
33035
33068
  }
33036
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33037
- border-color: #e75a3a;
33038
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33069
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33070
+ white-space: pre-wrap;
33039
33071
  }
33040
- .at4ovwe .ant-input-number-input {
33041
- padding: 0;
33042
- margin: 0;
33043
- height: auto;
33044
- font-size: inherit;
33072
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33073
+ display: block;
33045
33074
  }
33046
33075
 
33047
33076
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -33073,23 +33102,4 @@ input.rrg1fkn.ant-input {
33073
33102
  margin: 0;
33074
33103
  height: auto;
33075
33104
  font-size: inherit;
33076
- }
33077
-
33078
- .feau332.ant-form-item {
33079
- margin-bottom: 0;
33080
- }
33081
- .feau332 .ant-form-item-explain {
33082
- display: none;
33083
- min-height: 18px;
33084
- margin-top: 5px;
33085
- font-family: "Inter";
33086
- font-weight: 400;
33087
- font-size: 12px;
33088
- line-height: 18px;
33089
- }
33090
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33091
- white-space: pre-wrap;
33092
- }
33093
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33094
- display: block;
33095
33105
  }